We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea27f2 commit 8225994Copy full SHA for 8225994
3 files changed
README.md
@@ -53,7 +53,7 @@ Or add manually to `package.json`:
53
54
```
55
"dependencies": {
56
- "@activeadmin-plugins/active_admin_datetimepicker": "0.7.4"
+ "@activeadmin-plugins/active_admin_datetimepicker": "1.0.0"
57
}
58
59
and execute:
lib/active_admin_datetimepicker/version.rb
@@ -1,3 +1,3 @@
1
module ActiveAdminDatetimepicker
2
- VERSION = "0.7.4"
+ VERSION = "1.0.0"
3
end
package.json
@@ -1,6 +1,6 @@
{
"name": "@activeadmin-plugins/active_admin_datetimepicker",
- "version": "0.7.4",
+ "version": "1.0.0",
4
"description": "Integrate jQuery xdan datetimepicker plugin to ActiveAdmin",
5
"main": "src/active_admin_datetimepicker.js",
6
"style": "src/active_admin_datetimepicker.scss",
0 commit comments