Skip to content

Commit 887d7b5

Browse files
committed
Bump to version 0.7.4
1 parent 7934224 commit 887d7b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

activeadmin_blaze_theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.authors = ['Mattia Roccoberton']
1111
spec.email = ['mat@blocknot.es']
1212
spec.summary = 'ActiveAdmin Blaze Theme'
13-
spec.description = 'An ActiveAdmin theme which use Blaze CSS UI toolkit'
13+
spec.description = 'An ActiveAdmin theme based on Blaze CSS UI toolkit'
1414
spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme'
1515
spec.license = 'MIT'
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveAdminBlazeTheme
4-
VERSION = '0.7.0'
4+
VERSION = '0.7.4'
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_blaze_theme",
3-
"version": "0.7.0",
3+
"version": "0.7.4",
44
"description": "A theme for Active Admin using Blaze CSS",
55
"author": "Mattia Roccoberton <mat@blocknot.es>",
66
"license": "MIT",

0 commit comments

Comments
 (0)