lib/modularis.rb in modularis-4.0 vs lib/modularis.rb in modularis-5.0
- 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 Modularis
- VERSION = "4.0"
- DATE = "2012-09-09"
+ VERSION = "5.0"
+ DATE = "2012-05-27"
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