lib/style-tiles.rb in style-tiles-0.1.1 vs lib/style-tiles.rb in style-tiles-0.1.2

- 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.1" - DATE = "2013-06-22" + VERSION = "0.1.2" + DATE = "2013-06-24" 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