From b0c2086b4a622067a4e406bf86155d19accd8341 Mon Sep 17 00:00:00 2001 From: ikramagix Date: Sun, 27 Oct 2024 23:02:29 +0200 Subject: [PATCH] updated version to fix publishing issue --- CHANGELOG.md | 2 +- lib/faussaire/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab2181..020740e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ ## [0.1.1] - 2024-09-28 - First live version -## [0.1.4] - 2024-10-27 +## [0.1.5] - 2024-10-27 ### Added - **New `Faussaire::Piraterie` Methods**: - `role`: Generates a learner status inspired by The Hacking Project. diff --git a/lib/faussaire/version.rb b/lib/faussaire/version.rb index 4601844..880543c 100644 --- a/lib/faussaire/version.rb +++ b/lib/faussaire/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faussaire - VERSION = "0.1.4" + VERSION = "0.1.5" end