Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
agea committed Nov 13, 2014
1 parent e987bf0 commit b2a5e27
Show file tree
Hide file tree
Showing 3 changed files with 1,302 additions and 1,289 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.10
- 0.8
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ A CMIS javascript library for node and browser

### browser

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
You can download minified version (with dependencies) from https://github.com/agea/CmisJS/releases/download/v0.1.8/cmis.0.1.8.min-all.js

<script type="text/javascript" src="cmis-0.1.7.min-all.js"></script>
<script type="text/javascript" src="cmis-0.1.8.min-all.js"></script>

*Note:*
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)
You have to include [superagent](http://visionmedia.github.io/) if you want to use [cmis-0.1.8.js](https://github.com/agea/CmisJS/releases/download/v0.1.8/cmis.0.1.8.js) or [cmis-0.1.8.min.js](https://github.com/agea/CmisJS/releases/download/v0.1.8/cmis.0.1.8.min.js)

## Usage

Expand Down
Loading

0 comments on commit b2a5e27

Please sign in to comment.