From 227b9cad075f9c89a29a44ce951be99257a681bb Mon Sep 17 00:00:00 2001
From: Peter Boling <peter.boling@gmail.com>
Date: Tue, 21 Jun 2022 04:26:53 +0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Rollback=20to=201.0.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- test if it was released

Signed-off-by: Peter Boling <peter.boling@gmail.com>
---
 CHANGELOG.md           | 10 +---------
 Gemfile.lock           |  2 +-
 lib/gem_ver/version.rb |  2 +-
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6de014..fe97219 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 9e40b3b..b5586be 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    gem_ver (1.0.2)
+    gem_ver (1.0.0)
 
 GEM
   remote: https://rubygems.org/
diff --git a/lib/gem_ver/version.rb b/lib/gem_ver/version.rb
index 3edc601..11c2485 100644
--- a/lib/gem_ver/version.rb
+++ b/lib/gem_ver/version.rb
@@ -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.
-- 
GitLab