Skip to content

Commit

Permalink
v 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neokoenig committed May 24, 2014
1 parent dbad529 commit f306e65
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": "gridmanager",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"ckeditor": "~4.4.0",
"jquery": "~2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>

<div class="container">
<h1>Gridmanager.js v 0.2.0</h1>
<h1>Gridmanager.js v 0.2.1</h1>

<h3>Demos:</h3>

Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.gridmanager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridmanager - v0.2.0 - 2014-05-24
/*! gridmanager - v0.2.1 - 2014-05-24
* http://neokoenig.github.io/jQuery-gridmanager/
* Copyright (c) 2014 Tom King; Licensed MIT */
(function($ ){
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.gridmanager.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 gridmanager.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gridmanager",
"title": "jQuery GridManager",
"description": "A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, TinyMCE or CKEditor",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "http://neokoenig.github.io/jQuery-gridmanager/",
"author": {
"name": "Tom King",
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": "gridmanager",
"version": "0.2.0",
"version": "0.2.1",
"description": "jQuery GridManager",
"keywords": [
"jquery-plugin"
Expand Down

0 comments on commit f306e65

Please sign in to comment.