Skip to content

Commit

Permalink
Prepare 1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Mar 6, 2021
1 parent 05a1314 commit 7caa027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dashing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dashing
VERSION = "1.3.3.pre".freeze
VERSION = "1.3.3".freeze
end
4 changes: 2 additions & 2 deletions smashing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Gem::Specification.new do |s|
s.name = 'smashing'

s.version = '1.3.3.pre'
s.date = '2021-02-27'
s.version = '1.3.3'
s.date = '2021-03-06'
s.executables = %w(smashing)


Expand Down

0 comments on commit 7caa027

Please sign in to comment.