lib/tramway/page/version.rb in tramway-page-1.3 vs lib/tramway/page/version.rb in tramway-page-1.3.1
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module Tramway
module Page
- VERSION = '1.3'
+ VERSION = '1.3.1'
end
end
- old
+ new