Skip to content

Commit e0668b9

Browse files
committed
1.3.1 release
1 parent 2cfba1d commit e0668b9

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-
## 2021-??-?? - 1.3.1
3+
## 2021-01-30 - 1.3.1
44

55
- [177](https://github.com/Smashing/smashing/pull/177) Remove websocket connections that have been closed in send_event (thanks @ssgelm)
66

lib/dashing/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dashing
2-
VERSION = "1.3.1.pre".freeze
2+
VERSION = "1.3.1".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.3.1.pre'
7-
s.date = '2020-06-04'
6+
s.version = '1.3.1'
7+
s.date = '2021-01-30'
88
s.executables = %w(smashing)
99

1010

0 commit comments

Comments
 (0)