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