diff --git a/README.md b/README.md index f8c35aac..25e4a3de 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

- View Demo | Download ZIP + View Demo | Download ZIP

[ModularAdmin](http://modularcode.github.io/modular-admin-html/) is an open source dashboard theme built in a modular way. That makes it extremely easy to scale, modify and maintain. @@ -21,9 +21,9 @@ ## Download -You can download this project in 2 different ways: download zip or ```git clone https://github.com/modularcode/modular-admin-html.git ```. +You can download this project in 2 different ways: download zip or ```git clone https://github.com/modularcode/modular-admin-html.git ```. -#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0/modular-admin-html-1.0.0.zip) +#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases/download/v1.0.1/modular-admin-html-1.0.1.zip) The downloaded zip file will contain ```dist/``` folder which is compiled version of the project (with all scripts are merged together, processed styles and templates). You can use it as final result, but for development you should use aplication sources locaed in ```src/``` folder and rebuild the project. See [development](#development). diff --git a/bower.json b/bower.json index 5c882898..9ae69fc3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "modular-admin-html", - "version": "1.0.0", + "version": "1.0.1", "devDependencies": {}, "dependencies": { "animate.css": "~3.4.0", diff --git a/package.json b/package.json index 0448ebae..75337491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modular-admin-html", - "version": "1.0.0", + "version": "1.0.1", "description": "ModularAdmin: Free Dashboard Theme; html version", "repository": { "type": "git",