Skip to content

Commit 054a4a4

Browse files
committed
Prepare 1.3.0 release
1 parent 57b3237 commit 054a4a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020-??-?? - 1.3.0
3+
## 2020-06-04 - 1.3.0
44

55
- [#157](https://github.com/Smashing/smashing/pull/157) Update gems
66
- [#155](https://github.com/Smashing/smashing/pull/155) Fix bug causing AnimatedValue to freeze after same value is entered

lib/dashing/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dashing
2-
VERSION = "1.2.1.pre".freeze
2+
VERSION = "1.3.0".freeze
33
end

smashing.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Gem::Specification.new do |s|
44
s.name = 'smashing'
55

6-
s.version = '1.2.1.pre'
7-
s.date = '2020-05-19'
6+
s.version = '1.3.0'
7+
s.date = '2020-06-04'
88
s.executables = %w(smashing)
99

1010

0 commit comments

Comments
 (0)