From 8a0d661ff80b6330cdd91ee0352212305054fcdc Mon Sep 17 00:00:00 2001 From: MAYA Ma Date: Fri, 8 Sep 2017 16:14:45 +1000 Subject: [PATCH] Bump up version number --- bower.json | 6 +++--- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index b495ebb0a..92ac02874 100644 --- a/bower.json +++ b/bower.json @@ -2,8 +2,8 @@ "name": "daemonite-material", "authors": "Daemon Pty Ltd", "dependencies": { - "jquery": "1.9.1 - 3", - "tether": "^1.1.1" + "jquery": "^3.0.0", + "popper.js": "^1.12.3" }, "description": "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.", "homepage": "http://daemonite.github.io/material/", @@ -32,5 +32,5 @@ "type": "git", "url": "https://github.com/Daemonite/material.git" }, - "version": "4.0.0-alpha.6" + "version": "4.0.0-beta" } diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7376e30f1..95740aeef 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "daemonite-material", - "version": "4.0.0-alpha.6", + "version": "4.0.0-beta", "dependencies": { "abbrev": { "version": "1.1.0", diff --git a/package.json b/package.json index 0ef927df9..ad3b2cd08 100644 --- a/package.json +++ b/package.json @@ -64,5 +64,5 @@ "eslint": "eslint --config assets/js/.eslintrc.json assets/js/src/*.js" }, "style": "css/material.css", - "version": "4.0.0-alpha.6" + "version": "4.0.0-beta" }