From 50eacdca562c858ebf68dd1a21ab361e239321a5 Mon Sep 17 00:00:00 2001 From: Alexandre Barret Date: Wed, 24 Jul 2024 09:06:49 +1200 Subject: [PATCH] Create version 0.1.6 --- Gemfile.lock | 2 +- lib/playground/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 33c4766..5a88380 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-playground (0.1.5) + rails-playground (0.1.6) turbo-rails web-console diff --git a/lib/playground/version.rb b/lib/playground/version.rb index a9ee006..d733c35 100644 --- a/lib/playground/version.rb +++ b/lib/playground/version.rb @@ -1,3 +1,3 @@ module Playground - VERSION = "0.1.5" + VERSION = "0.1.6" end