We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfba1d commit e0668b9Copy full SHA for e0668b9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 2021-??-?? - 1.3.1
+## 2021-01-30 - 1.3.1
4
5
- [177](https://github.com/Smashing/smashing/pull/177) Remove websocket connections that have been closed in send_event (thanks @ssgelm)
6
lib/dashing/version.rb
@@ -1,3 +1,3 @@
module Dashing
- VERSION = "1.3.1.pre".freeze
+ VERSION = "1.3.1".freeze
end
smashing.gemspec
@@ -3,8 +3,8 @@
Gem::Specification.new do |s|
s.name = 'smashing'
- s.version = '1.3.1.pre'
7
- s.date = '2020-06-04'
+ s.version = '1.3.1'
+ s.date = '2021-01-30'
8
s.executables = %w(smashing)
9
10
0 commit comments