Skip to content

Commit d8beb28

Browse files
committed
upgrade to 1.2.0
1 parent 7e0ea21 commit d8beb28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-filemanager",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"homepage": "https://github.com/joni2back/angular-filemanager",
55
"authors": [
66
"Jonas Sciangula Street <[email protected]>"
@@ -23,7 +23,7 @@
2323
"angular-translate": "~2.4.0",
2424
"angular-cookies": "~1.3.17",
2525
"bootstrap": "~3.3.2",
26-
"jquery": "~2.1.3"
26+
"jquery": "~2.1.3",
2727
"bootswatch": "3.3.5"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-filemanager",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A very smart filemanager to manage your files in the browser.",
55
"main": "src/app.js",
66
"scripts": {

src/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Angular FileManager v1.1.0 (https://github.com/joni2back/angular-filemanager)
2+
* Angular FileManager v1.2.0 (https://github.com/joni2back/angular-filemanager)
33
* Jonas Sciangula Street <[email protected]>
44
* Licensed under MIT (https://github.com/joni2back/angular-filemanager/blob/master/LICENSE)
55
*/

0 commit comments

Comments
 (0)