lib/wlang.rb in wlang-0.9.1 vs lib/wlang.rb in wlang-0.9.2

- old
+ new

@@ -18,10 +18,10 @@ # to enter the library. # module WLang # Current version of WLang - VERSION = "0.9.1".freeze + VERSION = "0.9.2".freeze ######################################################################## About files and extensions # Regular expression for file extensions FILE_EXTENSION_REGEXP = /^\.[a-zA-Z0-9]+$/