Skip to content

Commit

Permalink
4.0.3 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Jan 3, 2015
1 parent e1e01f8 commit 749ad4b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function(grunt) {

"auto: true \r\n"+
"pswpversion: <%= pkg.version %> \r\n"+
"siteversion: 1.0.3 \r\n"+
"siteversion: 1.0.4 \r\n"+
"markdown: redcarpet \r\n"+
"kramdown: \r\n"+
" input: GFM \r\n";
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "photoswipe",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "http://photoswipe.com",
"authors": [
"Dmitry Semenov <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/photoswipe-ui-default.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! PhotoSwipe Default UI - 4.0.2 - 2015-01-02
/*! PhotoSwipe Default UI - 4.0.3 - 2015-01-03
* http://photoswipe.com
* Copyright (c) 2015 Dmitry Semenov; */
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/photoswipe-ui-default.min.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/photoswipe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! PhotoSwipe - v4.0.2 - 2015-01-03
/*! PhotoSwipe - v4.0.3 - 2015-01-03
* http://photoswipe.com
* Copyright (c) 2015 Dmitry Semenov; */
(function (root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/photoswipe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "photoswipe",
"version": "4.0.2",
"version": "4.0.3",
"engines": {
"node": ">= 0.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion photoswipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PhotoSwipe",
"title": "Photoswipe",
"description": "",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "http://photoswipe.com",
"demo": "http://photoswipe.com",
"docs": "http://photoswipe.com",
Expand Down

0 comments on commit 749ad4b

Please sign in to comment.