We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b3cf13 + 5763d96 commit 460e08aCopy full SHA for 460e08a
2 files changed
lib/ttytest/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module TTYtest
4
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
5
end
notes.txt
@@ -1,7 +1,7 @@
to push new version to github
-git tag v1.4.0
+git tag v1.5.0
git push origin --tags
to push new version to rubygems.org
6
gem build ttytest2.gemspec
7
-gem push ttytest2-1.4.0.gem
+gem push ttytest2-1.5.0.gem
0 commit comments