From ce291ecb650c9f16f1497dcfb888a43a65d55d6e Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Wed, 18 Dec 2024 11:54:44 +0000 Subject: [PATCH] Bump version 0.1.2 --- Gemfile.lock | 2 +- lib/icasework/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1900f34..df17362 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - icasework (0.1.1) + icasework (0.1.2) activesupport (>= 4.0.0) jwt (~> 2.2.0) nokogiri (~> 1.0) diff --git a/lib/icasework/version.rb b/lib/icasework/version.rb index 5cdd333..7a7b2c9 100644 --- a/lib/icasework/version.rb +++ b/lib/icasework/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Icasework - VERSION = '0.1.1' + VERSION = '0.1.2' end