From 887d7b54d841dbb199b9781aff7201a4b719a660 Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Tue, 11 May 2021 09:02:20 +0200 Subject: [PATCH] Bump to version 0.7.4 --- activeadmin_blaze_theme.gemspec | 2 +- lib/activeadmin_blaze_theme/version.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/activeadmin_blaze_theme.gemspec b/activeadmin_blaze_theme.gemspec index 7d9d90b..706481e 100644 --- a/activeadmin_blaze_theme.gemspec +++ b/activeadmin_blaze_theme.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.authors = ['Mattia Roccoberton'] spec.email = ['mat@blocknot.es'] spec.summary = 'ActiveAdmin Blaze Theme' - spec.description = 'An ActiveAdmin theme which use Blaze CSS UI toolkit' + spec.description = 'An ActiveAdmin theme based on Blaze CSS UI toolkit' spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme' spec.license = 'MIT' diff --git a/lib/activeadmin_blaze_theme/version.rb b/lib/activeadmin_blaze_theme/version.rb index da6f433..dda3933 100644 --- a/lib/activeadmin_blaze_theme/version.rb +++ b/lib/activeadmin_blaze_theme/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveAdminBlazeTheme - VERSION = '0.7.0' + VERSION = '0.7.4' end diff --git a/package.json b/package.json index b25b0db..8acdb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activeadmin_blaze_theme", - "version": "0.7.0", + "version": "0.7.4", "description": "A theme for Active Admin using Blaze CSS", "author": "Mattia Roccoberton ", "license": "MIT",