Skip to content

Commit 158e39d

Browse files
committed
🔖 Prepare release 1.0.5
1 parent 5cb0aa5 commit 158e39d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

‎CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242
### Added
4343
- Initial release (@pboling)
4444

45-
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.4...main
45+
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.5...main
46+
[1.0.5]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.4...v1.0.5
47+
[1.0.5t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.5
4648
[1.0.4]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.3...v1.0.4
4749
[1.0.4t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.4
4850
[1.0.3]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...v1.0.3

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
oauth-tty (1.0.4)
4+
oauth-tty (1.0.5)
55
version_gem (~> 1.1, >= 1.1.1)
66

77
GEM

‎lib/oauth/tty/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module OAuth
44
module TTY
55
module Version
6-
VERSION = "1.0.4"
6+
VERSION = "1.0.5"
77
end
88
end
99
end

0 commit comments

Comments
 (0)