Skip to content

Commit

Permalink
chore(): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
difernandez committed Mar 7, 2023
1 parent 41546c0 commit 0bb610c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased

### 1.10.0

#### Added

* Added Shrine support for image row and column [#396](https://github.com/platanus/activeadmin_addons/pull/396)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
activeadmin_addons (1.9.0)
activeadmin_addons (1.10.0)
active_material
railties
redcarpet
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
redcarpet (3.6.0)
regexp_parser (1.6.0)
require_all (3.0.0)
responders (3.0.1)
Expand Down Expand Up @@ -338,7 +338,7 @@ GEM
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.2.1)
tilt (2.0.11)
tilt (2.1.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_addons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveadminAddons
VERSION = "1.9.0"
VERSION = "1.10.0"
end

0 comments on commit 0bb610c

Please sign in to comment.