Skip to content

Commit

Permalink
Files for version 1.0.4
Browse files Browse the repository at this point in the history
See release notes for more info on why so many releases...
  • Loading branch information
Alejandro U. Alvarez committed Dec 9, 2013
1 parent e9327cb commit 132784a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</style>
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>-->
<script src="js/jquery.js"></script>
<script src="src/photojshop.jquery.js"></script>
<script src="src/photojshop.jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#effects a').click(function(e){
Expand Down
2 changes: 1 addition & 1 deletion photojshop.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"manipulation",
"color"
],
"version": "1.0.2",
"version": "1.0.4",
"author": {
"name": "Alejandro U. Alvarez",
"url": "https://urbanoalvarez.es"
Expand Down
2 changes: 1 addition & 1 deletion src/photojshop.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Licensed under the MIT License
*
* @author Alejandro U. Alvarez <[email protected]>
* @version 1.0.1
* @version 1.0.4
*/
(function($, window, document, undefined) {
$.fn.PhotoJShop = function(options){
Expand Down
4 changes: 2 additions & 2 deletions src/photojshop.jquery.min.js

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

0 comments on commit 132784a

Please sign in to comment.