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 5f47264 commit 68b52b5Copy full SHA for 68b52b5
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## 2021-??-?? - 1.3.5
4
+
5
## 2021-03-07 - 1.3.4
6
7
- [184](https://github.com/Smashing/smashing/pull/184) Add switch to not filter events (thanks @toy)
lib/dashing/version.rb
@@ -1,3 +1,3 @@
module Dashing
- VERSION = "1.3.4".freeze
+ VERSION = "1.3.5.pre".freeze
end
smashing.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'smashing'
- s.version = '1.3.4'
+ s.version = '1.3.5.pre'
s.date = '2021-03-06'
8
s.executables = %w(smashing)
9
0 commit comments