Skip to content

Commit 68cef4b

Browse files
author
Mattia Roccoberton
committed
Bump to version 0.6.4
1 parent 395cdd9 commit 68cef4b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

gemfiles/rails52_activeadmin20.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.6.0)
4+
activeadmin_dynamic_fields (0.6.4)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails60_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.6.0)
4+
activeadmin_dynamic_fields (0.6.4)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails60_activeadmin22.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.6.0)
4+
activeadmin_dynamic_fields (0.6.4)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.6.0)
4+
activeadmin_dynamic_fields (0.6.4)
55
activeadmin (~> 2.0)
66

77
GEM

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_dynamic_fields (0.6.0)
4+
activeadmin_dynamic_fields (0.6.4)
55
activeadmin (~> 2.0)
66

77
GEM

lib/activeadmin/dynamic_fields/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveAdmin
44
module DynamicFields
5-
VERSION = '0.6.0'
5+
VERSION = '0.6.4'
66
end
77
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_dynamic_fields",
3-
"version": "0.6.0",
3+
"version": "0.6.4",
44
"description": "An Active Admin plugin to add dynamic behaviors to fields",
55
"repository": "https://github.com/blocknotes/activeadmin_dynamic_fields",
66
"author": "Mattia Roccoberton <[email protected]>",

0 commit comments

Comments
 (0)