Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 690e634

Browse files
committed
chore(release): cut release 0.1.0
1 parent 7374020 commit 690e634

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-off-canvas",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"authors": [
55
"Ciro Nunes <ciroanunes@gmail.com>"
66
],

off-canvas.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* angular-off-canvas v0.0.1
1+
/* angular-off-canvas v0.1.0
22
* (c) 2013 Ciro Nunes http://cironunes.github.io/
33
* License: MIT
44
*/

off-canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* angular-off-canvas v0.0.1
2+
* angular-off-canvas v0.1.0
33
* (c) 2013 Ciro Nunes http://cironunes.github.io/
44
* License: MIT
55
*/

off-canvas.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* angular-off-canvas v0.0.1
2+
* angular-off-canvas v0.1.0
33
* (c) 2013 Ciro Nunes http://cironunes.github.io/
44
* License: MIT
55
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-off-canvas",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "easily add an off-canvas navigation to your angular app",
55
"main": "off-canvas.js",
66
"scripts": {

0 commit comments

Comments
 (0)