Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ttytest/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TTYtest
VERSION = '1.4.0'
VERSION = '1.5.0'
end
4 changes: 2 additions & 2 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -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
gem build ttytest2.gemspec
gem push ttytest2-1.4.0.gem
gem push ttytest2-1.5.0.gem