Skip to content

Commit

Permalink
v.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feimosi committed Aug 7, 2014
1 parent 9a69e48 commit b187ca7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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": "0.7.0",
"version": "1.0.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 0.7.0
* @version 1.0.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 0.7.0
* @version 1.0.0
* @url https://github.com/feimosi/baguetteBox.js
*/

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": "baguetteBox.js",
"version": "0.7.0",
"version": "1.0.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 0.7.0
* @version 1.0.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 0.7.0
* @version 1.0.0
* @url https://github.com/feimosi/baguetteBox.js
*/

Expand Down

0 comments on commit b187ca7

Please sign in to comment.