Skip to content
Snippets Groups Projects
Unverified Commit 227b9cad authored by Peter Boling's avatar Peter Boling :ping_pong:
Browse files

:bookmark: Rollback to 1.0.0


- test if it was released

Signed-off-by: Peter Boling's avatarPeter Boling <peter.boling@gmail.com>
parent 2421aa85
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
## [1.0.2] - 2022-06-20
### Added
- Better documentation
## [1.0.1] - 2022-06-20
### Added
- SECURITY.md
## [1.0.0] - 2022-06-20
s## [1.0.0] - 2022-06-20
### Added
- Initial release, with basic version parsing API
......
PATH
remote: .
specs:
gem_ver (1.0.2)
gem_ver (1.0.0)
GEM
remote: https://rubygems.org/
......
......@@ -4,7 +4,7 @@ require_relative 'basic'
module GemVer
module Version
VERSION = '1.0.2'.freeze
VERSION = '1.0.0'.freeze
# This would work in this gem, but not in external libraries,
# because version files are loaded in Gemspecs before bundler
# has a chance to load dependencies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment