From c1cd57b99424956792e6dd1402b35127cc20cf3c Mon Sep 17 00:00:00 2001 From: Sam Pohlenz Date: Wed, 7 Aug 2024 16:31:37 +0930 Subject: [PATCH] Increment version to 0.5.0.pre2 --- lib/trestle/auth/version.rb | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/trestle/auth/version.rb b/lib/trestle/auth/version.rb index 6c5185c..142025d 100644 --- a/lib/trestle/auth/version.rb +++ b/lib/trestle/auth/version.rb @@ -1,5 +1,5 @@ module Trestle module Auth - VERSION = "0.5.0.pre" + VERSION = "0.5.0.pre2" end end diff --git a/package.json b/package.json index ec5015b..20d6d23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trestle-auth", - "version": "0.5.0-pre", + "version": "0.5.0-pre2", "description": "Authentication plugin for the Trestle admin framework", "repository": "https://github.com/TrestleAdmin/trestle-auth.git", "author": "Sam Pohlenz ",