Skip to content

Commit 138f485

Browse files
committed
version number update
1 parent 6b84089 commit 138f485

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ A CMIS javascript library for node and browser
1515

1616
### browser
1717

18-
You can download minified version (with dependencies) from https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.6.min-all.js
18+
You can download minified version (with dependencies) from https://github.com/agea/CmisJS/releases/download/v0.1.7/cmis.0.1.7.min-all.js
1919

20-
<script type="text/javascript" src="cmis-0.1.6.min-all.js"></script>
20+
<script type="text/javascript" src="cmis-0.1.7.min-all.js"></script>
2121

2222
*Note:*
23-
You have to include [superagent](http://visionmedia.github.io/) if you want to use [cmis-0.1.6.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.1.js) or [cmis-0.1.6.min.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.6.min.js)
23+
You have to include [superagent](http://visionmedia.github.io/) if you want to use [cmis-0.1.7.js](https://github.com/agea/CmisJS/releases/download/v0.1.7/cmis.0.1.7.js) or [cmis-0.1.7.min.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.7.min.js)
2424

2525
## Usage
2626

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmis",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"dependencies": {
55
"superagent":"~0.17.0"
66
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "CmisJS",
33
"name": "cmis",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"homepage": "http://github.com/agea/CmisJS",
66
"description": "a CMIS client library written in Javascript for node and the browser",
77
"author": {

0 commit comments

Comments
 (0)