Skip to content

Commit

Permalink
release 0.7.11, added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
can3p committed May 2, 2014
1 parent 86833be commit 95bf001
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.7.11 (2014/05/02)

* Bower release!

Version 0.7.10 (2014/05/02)

* IE7&8 fixes
Expand Down
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "iviewer",
"version": "0.7.10",
"homepage": "https://github.com/can3p/iviewer",
"authors": [
"Dmitry Petrov <dpetroff@gmail.com>"
],
"description": "Image viewer widget for jQuery UI",
"main": "jquery.iviewer.js",
"keywords": [
"jquery",
"jquery",
"ui",
"image",
"viewer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion iviewer.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"zoom",
"rotation"
],
"version": "0.7.10",
"version": "0.7.11",
"author": {
"name": "Dmitry Petrov",
"email": "dpetroff@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion jquery.iviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* - http://www.opensource.org/licenses/mit-license.php
*
* Author: Dmitry Petrov
* Version: 0.7.10
* Version: 0.7.11
*/

( function( $, undefined ) {
Expand Down
2 changes: 1 addition & 1 deletion jquery.iviewer.min.js

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

Loading

0 comments on commit 95bf001

Please sign in to comment.