Skip to content

Commit a3793f6

Browse files
committed
chore: bump version
1 parent 7aa47eb commit a3793f6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ script:
3232
after_success:
3333
- cat coverage/lcov.info | coveralls
3434
- bash scripts/gh-pages.sh $TMPDIR/gh-pages $TRAVIS_BUILD_DIR/dist/angular-admin-lte-demo
35+
3536
before_install:
3637
- npm install -g yarn
37-
-
38+
3839
before_deploy:
3940
- cp README.md LICENSE dist/angular-admin-lte
4041
- cd dist/angular-admin-lte

library/angular-admin-lte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-admin-lte",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"homepage": "https://github.com/mledour/angular-admin-lte#README.MD",
55
"author": {
66
"name": "Mik@",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-admin-lte-demo",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"keywords": [
55
"angular",
66
"angular 2",

0 commit comments

Comments
 (0)