Skip to content

Commit

Permalink
Release 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 13, 2013
1 parent 0fa2aef commit 8ba36d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 1.0.0 (Discoverer 2, stable)
* Remove jQuery.Chrono integration.
* Remove outdated Firefox prefix.

== 0.6.2 (Pioneer 4, american sun)
* Decrease files size (by compressible code and UnglifyJS 2).
* Remove unnecessary vendor prefixes from fallback.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ If you don’t use any assets packaging manager use [cdnjs](http://cdnjs.com/).
Add to your site:

```html
<script src="//cdnjs.cloudflare.com/ajax/libs/visibility.js/0.6.2/visibility.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/visibility.js/1.0.0/visibility.min.js"></script>
```

### Other
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visibility.js",
"version": "0.6.2",
"version": "1.0.0",
"devDependencies": {
"coffee-script": "1.6.3",
"mocha": "1.12.0",
Expand Down

0 comments on commit 8ba36d8

Please sign in to comment.