lib/modularis.rb in modularis-2.0 vs lib/modularis.rb in modularis-3.0

- old
+ new

@@ -15,10 +15,10 @@ # 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 Modularis - VERSION = "2.0" + VERSION = "3.0" DATE = "2012-09-09" 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 \ No newline at end of file