Skip to content

Commit

Permalink
Bump to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Mar 21, 2021
1 parent 7cc2289 commit 4d3ce1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Active Admin Blaze Theme
[![Gem Version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme) [![CircleCI](https://circleci.com/gh/blocknotes/activeadmin_blaze_theme.svg?style=svg)](https://circleci.com/gh/blocknotes/activeadmin_blaze_theme)

A theme for Active Admin using [Blaze CSS](http://blazecss.com/).
A theme for Active Admin using [Blaze CSS](http://blazecss.com/) 9.x.

Features:
- CSS only theme with clean UI
Expand Down Expand Up @@ -212,9 +212,9 @@ Edit:
![edit](extra/edit.png)

## Do you like it? Star it!
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
If you use this component just star it. A developer is more motivated to improve a project when there is some interest. My other [Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source).

Take a look at [other Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) if you are curious.
Or consider offering me a coffee, it's a small thing but it is greatly appreciated: [about me](https://www.blocknot.es/about-me).
## Contributors
- [Mattia Roccoberton](http://blocknot.es): author
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_blaze_theme/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveAdminBlazeTheme
VERSION = '0.6.0'
VERSION = '0.6.2'
end

0 comments on commit 4d3ce1c

Please sign in to comment.