Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinparisi committed Jun 2, 2017
1 parent dfa5e1e commit 63d0426
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": "tingle",
"version": "0.10.0",
"version": "0.11.0",
"homepage": "https://github.com/robinparisi/tingle",
"authors": [
"Robin Parisi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/tingle.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------- */
/* == tingle v0.10.0 */
/* == tingle v0.11.0 */
/* ----------------------------------------------------------- */

.tingle-modal * {
Expand Down
2 changes: 1 addition & 1 deletion dist/tingle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* tingle.js
* @author robin_parisi
* @version 0.10.0
* @version 0.11.0
* @url
*/
(function(root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion doc/tingle/tingle.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------- */
/* == tingle v0.10.0 */
/* == tingle v0.11.0 */
/* ----------------------------------------------------------- */

.tingle-modal * {
Expand Down
2 changes: 1 addition & 1 deletion doc/tingle/tingle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* tingle.js
* @author robin_parisi
* @version 0.10.0
* @version 0.11.0
* @url
*/
(function(root, factory) {
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": "tingle.js",
"version": "0.10.0",
"version": "0.11.0",
"description": "A simple modal plugin written in pure JavaScript",
"main": "dist/tingle.min.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/tingle.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------- */
/* == tingle v0.10.0 */
/* == tingle v0.11.0 */
/* ----------------------------------------------------------- */

.tingle-modal * {
Expand Down
2 changes: 1 addition & 1 deletion src/tingle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* tingle.js
* @author robin_parisi
* @version 0.10.0
* @version 0.11.0
* @url
*/
(function(root, factory) {
Expand Down

0 comments on commit 63d0426

Please sign in to comment.