Skip to content

Commit 460e08a

Browse files
authored
Merge pull request #63 from a-eski/update-version-150
version 1.5.0
2 parents 2b3cf13 + 5763d96 commit 460e08a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ttytest/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TTYtest
4-
VERSION = '1.4.0'
4+
VERSION = '1.5.0'
55
end

notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
to push new version to github
2-
git tag v1.4.0
2+
git tag v1.5.0
33
git push origin --tags
44

55
to push new version to rubygems.org
66
gem build ttytest2.gemspec
7-
gem push ttytest2-1.4.0.gem
7+
gem push ttytest2-1.5.0.gem

0 commit comments

Comments
 (0)