From 767a9210b8c7923b6159df2a9cfcf5c2bf9ea60d Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 10 May 2024 01:15:32 +0200 Subject: [PATCH] Release version 0.1.1 --- Gemfile.lock | 2 +- lib/code0/license/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a484bf..3224234 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - code0-license (0.1.0) + code0-license (0.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/code0/license/version.rb b/lib/code0/license/version.rb index a19420c..fb89225 100644 --- a/lib/code0/license/version.rb +++ b/lib/code0/license/version.rb @@ -2,6 +2,6 @@ module Code0 class License - VERSION = "0.1.0" + VERSION = "0.1.1" end end