Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinparisi committed Feb 19, 2018
1 parent 0bc1b5d commit 9e7676b
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.12.0",
"version": "0.13.1",
"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.13.0 */
/* == tingle v0.13.1 */
/* ----------------------------------------------------------- */

.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.13.0
* @version 0.13.1
* @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.13.0 */
/* == tingle v0.13.1 */
/* ----------------------------------------------------------- */

.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.13.0
* @version 0.13.1
* @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.13.0",
"version": "0.13.1",
"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.13.0 */
/* == tingle v0.13.1 */
/* ----------------------------------------------------------- */

.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.13.0
* @version 0.13.1
* @url
*/
(function(root, factory) {
Expand Down

0 comments on commit 9e7676b

Please sign in to comment.