chore(version): update version to 0.3.0

This commit is contained in:
nixa 2016-06-29 12:16:06 +03:00
parent 23bdbaf5e2
commit 9af0e22650
2 changed files with 20 additions and 3 deletions

View file

@ -1,3 +1,21 @@
<a name="0.3.0"></a>
# 0.3.0 (2016-06-29)
### Bug Fixes
* Sidebar menu angle fixed
* Sidebar menu selected item fixed
### Features
* Angular updated to rc.3
* Dependencies updated accordingly
### How to update
* Remove `node_modules` and `typings` folders
* run `npm install`
<a name="0.2.1"></a>
# 0.2.1 (2016-06-21)
@ -19,5 +37,4 @@
### How to update
* Remove `node_modules` and `typings` folders
* run `npm install`
* run `npm install`

View file

@ -1,6 +1,6 @@
{
"name": "ng2-admin",
"version": "0.2.1",
"version": "0.3.0",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/",