Skip to content

Commit

Permalink
v.1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feimosi committed Dec 12, 2014
1 parent 4cfd785 commit 403f864
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baguettebox.js",
"version": "1.2.1",
"version": "1.3.0",
"description": "Simple and easy to use lightbox script written in pure JavaScript",
"main": [
"./build/js/baguetteBox.js",
Expand Down
2 changes: 1 addition & 1 deletion build/css/baguetteBox.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* baguetteBox.js
* @author feimosi
* @version 1.2.1
* @version 1.3.0
* @url https://github.com/feimosi/baguetteBox.js
*/

Expand Down
2 changes: 1 addition & 1 deletion build/js/baguetteBox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* baguetteBox.js
* @author feimosi
* @version 1.2.1
* @version 1.3.0
* @url https://github.com/feimosi/baguetteBox.js
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/baguetteBox.min.css

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

2 changes: 1 addition & 1 deletion dist/baguetteBox.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baguetteBox.js",
"version": "1.2.1",
"version": "1.3.0",
"description": "Simple and easy to use lightbox script written in pure JavaScript",
"main": "gulpfile.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/baguetteBox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* baguetteBox.js
* @author feimosi
* @version 1.2.1
* @version 1.3.0
* @url https://github.com/feimosi/baguetteBox.js
*/

Expand Down
2 changes: 1 addition & 1 deletion src/baguetteBox.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* baguetteBox.js
* @author feimosi
* @version 1.2.1
* @version 1.3.0
* @url https://github.com/feimosi/baguetteBox.js
*/

Expand Down

0 comments on commit 403f864

Please sign in to comment.