Skip to content

Commit

Permalink
Merge pull request #101 from dkniffin/bump-2.1.2
Browse files Browse the repository at this point in the history
Bump to 2.1.2
  • Loading branch information
dkniffin authored Aug 7, 2024
2 parents c7249f2 + 3f89847 commit 0691cac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.1.2

- #100 - Avoid using ruby 3.1 methods to keep gem compatible with older ruby versions (thanks @alexeyschepin)

## 2.1.1

- Update included files in gemspec
Expand Down
2 changes: 1 addition & 1 deletion lib/active_material/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMaterial
VERSION = "2.1.1"
VERSION = "2.1.2"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active_material",
"version": "2.1.1",
"version": "2.1.2",
"description": "ActiveAdmin skin based on Google's Material Design.",
"main": "src/javascripts/active_material.js",
"directories": {
Expand Down

0 comments on commit 0691cac

Please sign in to comment.