We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b3237 commit 054a4a4Copy full SHA for 054a4a4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 2020-??-?? - 1.3.0
+## 2020-06-04 - 1.3.0
4
5
- [#157](https://github.com/Smashing/smashing/pull/157) Update gems
6
- [#155](https://github.com/Smashing/smashing/pull/155) Fix bug causing AnimatedValue to freeze after same value is entered
lib/dashing/version.rb
@@ -1,3 +1,3 @@
module Dashing
- VERSION = "1.2.1.pre".freeze
+ VERSION = "1.3.0".freeze
end
smashing.gemspec
@@ -3,8 +3,8 @@
Gem::Specification.new do |s|
s.name = 'smashing'
- s.version = '1.2.1.pre'
7
- s.date = '2020-05-19'
+ s.version = '1.3.0'
+ s.date = '2020-06-04'
8
s.executables = %w(smashing)
9
10
0 commit comments