Skip to content

Commit cb2cd4a

Browse files
committed
Use three digit version to please npm
1.6.0.1 was supposed to mean that this is a patch level version of the npm package only. npm only accepts three digit versions, tough.
1 parent b1957eb commit cb2cd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codevise/activeadmin-searchable_select",
3-
"version": "1.6.0.1",
3+
"version": "1.6.1",
44
"description": "Use searchable selects based on Select2 in Active Admin forms and filters.",
55
"main": "src/searchable_select.js",
66
"style": "src/searchable_select.scss",

0 commit comments

Comments
 (0)