lib/style-tiles.rb in style-tiles-0.1.3 vs lib/style-tiles.rb in style-tiles-0.1.4
- old
+ new
@@ -15,11 +15,11 @@
# Letters, numbers, and underscores only
# Version is a number. If a version contains alphas, it will be created as
# a prerelease version
# Date is in the form of YYYY-MM-DD
module Style_Tiles
- VERSION = "0.1.3"
- DATE = "2013-07-02"
+ VERSION = "0.1.4"
+ DATE = "2013-08-07"
end
# This is where any custom SassScript should be placed. The functions will be
# available on require of your extension without the need for users to import
# any partials. Uncomment below.
\ No newline at end of file