Skip to content

Commit 0bb610c

Browse files
committed
chore(): update version
1 parent 41546c0 commit 0bb610c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7+
### 1.10.0
8+
79
#### Added
810

911
* Added Shrine support for image row and column [#396](https://github.com/platanus/activeadmin_addons/pull/396)

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (1.9.0)
11+
activeadmin_addons (1.10.0)
1212
active_material
1313
railties
1414
redcarpet
@@ -265,7 +265,7 @@ GEM
265265
rb-fsevent (0.11.2)
266266
rb-inotify (0.10.1)
267267
ffi (~> 1.0)
268-
redcarpet (3.5.1)
268+
redcarpet (3.6.0)
269269
regexp_parser (1.6.0)
270270
require_all (3.0.0)
271271
responders (3.0.1)
@@ -338,7 +338,7 @@ GEM
338338
terrapin (0.6.0)
339339
climate_control (>= 0.0.3, < 1.0)
340340
thor (1.2.1)
341-
tilt (2.0.11)
341+
tilt (2.1.0)
342342
tzinfo (2.0.5)
343343
concurrent-ruby (~> 1.0)
344344
unicode-display_width (1.4.1)

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "1.9.0"
2+
VERSION = "1.10.0"
33
end

0 commit comments

Comments
 (0)