Skip to content

Commit 3aec7b4

Browse files
committed
Bump up version number to 4.0.0
1 parent 9cbab7f commit 3aec7b4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
md_icon: "https://fonts.googleapis.com/icon?family=Material+Icons"
5858
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
5959
popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
60-
current_version: "4.0.0-beta"
60+
current_version: "4.0.0"
6161
docs_version: "4.0"
6262
download:
63-
source: "https://github.com/Daemonite/material/archive/v4.0.0-beta.zip"
64-
dist: "https://github.com/Daemonite/material/releases/download/v4.0.0-beta/material-4.0.0-beta-dist.zip"
63+
source: "https://github.com/Daemonite/material/archive/v4.0.0.zip"
64+
dist: "https://github.com/Daemonite/material/releases/download/v4.0.0/material-4.0.0-dist.zip"
6565
id:
6666
navbar: "doc-navbar"
6767
navdrawer: "doc-navdrawer"

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"type": "git",
3333
"url": "https://github.com/Daemonite/material.git"
3434
},
35-
"version": "4.0.0-beta"
35+
"version": "4.0.0"
3636
}

js/material.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/material.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@
102102
"js-minify-docs": "uglifyjs --comments \"/^!/\" --mangle --output docs/js/docs.min.js \"docs-assets/js/*.js\""
103103
},
104104
"style": "css/material.css",
105-
"version": "4.0.0-beta"
105+
"version": "4.0.0"
106106
}

0 commit comments

Comments
 (0)