Skip to content

Commit 7fc8d77

Browse files
committed
Releasing v1.8.2
1 parent 4dc6e19 commit 7fc8d77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
### Unreleased
5+
### ### 1.8.2
66

77
##### Fixed
88
* Removes vendor directory from build to reduce gem size

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (1.8.1)
11+
activeadmin_addons (1.8.2)
1212
active_material
1313
railties
1414
require_all

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.8.1"
2+
VERSION = "1.8.2"
33
end

0 commit comments

Comments
 (0)