File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
42
### Added
43
43
- Initial release (@pboling )
44
44
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
46
48
[ 1.0.4 ] : https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.3...v1.0.4
47
49
[ 1.0.4t ] : https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.4
48
50
[ 1.0.3 ] : https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...v1.0.3
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- oauth-tty (1.0.4 )
4
+ oauth-tty (1.0.5 )
5
5
version_gem (~> 1.1 , >= 1.1.1 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 3
3
module OAuth
4
4
module TTY
5
5
module Version
6
- VERSION = "1.0.4 "
6
+ VERSION = "1.0.5 "
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments