From 9be49af594430a1f744474431ce162066e4d9bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Korb?= Date: Mon, 5 Feb 2024 22:47:15 +0100 Subject: [PATCH] Bump version to 0.3.0 (#4) --- Gemfile.lock | 2 +- lib/compact_enc_det/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8a67cd..c92fba2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - compact_enc_det (0.2.0) + compact_enc_det (0.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/compact_enc_det/version.rb b/lib/compact_enc_det/version.rb index 2de3df1..fcab154 100644 --- a/lib/compact_enc_det/version.rb +++ b/lib/compact_enc_det/version.rb @@ -1,3 +1,3 @@ module CompactEncDet - VERSION = "0.2.0" + VERSION = "0.3.0" end