Skip to content

Commit 1e7108c

Browse files
committed
Smashing 1.3.7.pre development iteration
1 parent 698b853 commit 1e7108c

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+
## 2023-??-?? - 1.3.7
4+
35
## 2022-12-08 - 1.3.6
46

57
- [190](https://github.com/Smashing/smashing/pull/190) Add sprockets precompile rake task

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.6".freeze
2+
VERSION = "1.3.7.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.6'
6+
s.version = '1.3.7.pre'
77
s.date = '2022-12-08'
88
s.executables = %w(smashing)
99

0 commit comments

Comments
 (0)