From 2ac5c05575af2f39083249a357d3efd581724402 Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Mon, 5 Aug 2024 16:43:03 +1000 Subject: [PATCH] version bump --- Gemfile.devel | 5 ----- lib/metanorma/plateau/version.rb | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 Gemfile.devel diff --git a/Gemfile.devel b/Gemfile.devel deleted file mode 100644 index 72dcbdf..0000000 --- a/Gemfile.devel +++ /dev/null @@ -1,5 +0,0 @@ -gem "metanorma-jis", git: "https://github.com/metanorma/metanorma-jis", branch: "main" -gem "metanorma-iso", git: "https://github.com/metanorma/metanorma-iso", branch: "main" -gem "metanorma-standoc", git: "https://github.com/metanorma/metanorma-standoc", branch: "main" -gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "main" -#gem "relaton-index", git: "https://github.com/relaton/relaton-index", branch: "main" diff --git a/lib/metanorma/plateau/version.rb b/lib/metanorma/plateau/version.rb index 51b9602..332749e 100644 --- a/lib/metanorma/plateau/version.rb +++ b/lib/metanorma/plateau/version.rb @@ -1,5 +1,5 @@ module Metanorma module Plateau - VERSION = "0.1.1".freeze + VERSION = "0.1.2".freeze end end