Skip to content

Commit

Permalink
Merge pull request #20 from Download/release
Browse files Browse the repository at this point in the history
0.6.2: Cleanup release
  • Loading branch information
Download committed Jul 3, 2017
2 parents bbb5564 + a0a1495 commit d1d969f
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mics <sup><sub>0.6.1</sub></sup>
# mics <sup><sub>0.6.2</sub></sup>
### Multiple Inheritance Class System
**Intuitive mixins for ES6 classes**

Expand Down Expand Up @@ -26,8 +26,8 @@ npm install --save mics
```

## Direct download
* [mics.umd.js](https://cdn.rawgit.com/download/mics/0.6.1/dist/mics.umd.js) (universal module works in browser and node)
* [mics.min.js](https://cdn.rawgit.com/download/mics/0.6.1/dist/mics.min.js) (minified version of universal module file)
* [mics.umd.js](https://cdn.rawgit.com/download/mics/0.6.2/dist/mics.umd.js) (universal module works in browser and node)
* [mics.min.js](https://cdn.rawgit.com/download/mics/0.6.2/dist/mics.min.js) (minified version of universal module file)


## Include in your app
Expand Down Expand Up @@ -55,7 +55,7 @@ define(['mics'], function(mics){

### Script tag
```html
<script src="https://cdn.rawgit.com/download/mics/0.6.1/dist/mics.min.js"></script>
<script src="https://cdn.rawgit.com/download/mics/0.6.2/dist/mics.min.js"></script>
<script>
var mix = mics.mix
var is = mics.is
Expand Down
4 changes: 2 additions & 2 deletions dist/mics.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mics.cjs.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mics.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mics.es.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1d969f

Please sign in to comment.