From a41a49c3dc162bed6edc979452314f83e422d417 Mon Sep 17 00:00:00 2001 From: bcasci Date: Thu, 6 Oct 2022 11:49:54 -0400 Subject: [PATCH] version bump --- Gemfile.lock | 2 +- lib/nfg_ui/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e033b5c..6901a08a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nfg_ui (0.15.2) + nfg_ui (6.15.2) autoprefixer-rails (= 9.4.9) bootstrap (= 4.3.1) browser (~> 2.7.1) diff --git a/lib/nfg_ui/version.rb b/lib/nfg_ui/version.rb index 0c793d4a..e9a78ce0 100644 --- a/lib/nfg_ui/version.rb +++ b/lib/nfg_ui/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NfgUi - VERSION = '0.15.2' + VERSION = '6.15.2' end