We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a489145 commit 5f47264Copy full SHA for 5f47264
lib/dashing/version.rb
@@ -1,3 +1,3 @@
1
module Dashing
2
- VERSION = "1.3.4.pre".freeze
+ VERSION = "1.3.4".freeze
3
end
smashing.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
4
s.name = 'smashing'
5
6
- s.version = '1.3.4.pre'
+ s.version = '1.3.4'
7
s.date = '2021-03-06'
8
s.executables = %w(smashing)
9
0 commit comments