From 5763d96a7edfdfc8063e4c4d357c4224043f8967 Mon Sep 17 00:00:00 2001 From: Alex Eski Date: Mon, 6 Oct 2025 03:48:13 -0700 Subject: [PATCH] version 1.5.0 --- lib/ttytest/version.rb | 2 +- notes.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ttytest/version.rb b/lib/ttytest/version.rb index 7daa345..6c51d1f 100644 --- a/lib/ttytest/version.rb +++ b/lib/ttytest/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TTYtest - VERSION = '1.4.0' + VERSION = '1.5.0' end diff --git a/notes.txt b/notes.txt index fc60921..993a838 100644 --- a/notes.txt +++ b/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 gem build ttytest2.gemspec -gem push ttytest2-1.4.0.gem +gem push ttytest2-1.5.0.gem