Skip to content

Commit 68b52b5

Browse files
committed
Prepare 1.3.5 dev cycle
1 parent 5f47264 commit 68b52b5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 2021-??-?? - 1.3.5
4+
35
## 2021-03-07 - 1.3.4
46

57
- [184](https://github.com/Smashing/smashing/pull/184) Add switch to not filter events (thanks @toy)

lib/dashing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dashing
2-
VERSION = "1.3.4".freeze
2+
VERSION = "1.3.5.pre".freeze
33
end

smashing.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.name = 'smashing'
55

6-
s.version = '1.3.4'
6+
s.version = '1.3.5.pre'
77
s.date = '2021-03-06'
88
s.executables = %w(smashing)
99

0 commit comments

Comments
 (0)