Skip to content

Commit

Permalink
Version 2.0.2 published to jquery plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMB committed May 1, 2013
1 parent 1155712 commit 26dee0d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.2 /2013-05-01

- published on jquery plugins

2.0.1 / 2013-04-26
===

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = (grunt) ->
pkg: grunt.file.readJSON('package.json')
uglify:
options:
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
banner: '/*! <%= pkg.name %> <%= pkg.version %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
build:
src: 'build/jquery.dialogextend.js',
dest: 'build/jquery.dialogextend.min.js'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jquery-dialogextend 2.0.1 [![project status](http://stillmaintained.com/ROMB/jquery-dialogextend.png)](http://stillmaintained.com/ROMB/jquery-dialogextend)
jquery-dialogextend 2.0.2 [![project status](http://stillmaintained.com/ROMB/jquery-dialogextend.png)](http://stillmaintained.com/ROMB/jquery-dialogextend)
===
Download
===
Expand Down
2 changes: 1 addition & 1 deletion build/jquery.dialogextend.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 dialogextend.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"collapse",
"extend"
],
"version": "2.0.1",
"version": "2.0.2",
"author": {
"name": "ROMB",
"url": "https://github.com/ROMB"
Expand Down
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<header>
<h1>jQuery DialogExtend Test Tool</h1>
<ul>
<li><strong>DialogExtend</strong> {version 2.0.0}</li>
<li><strong>DialogExtend</strong> {version 2.0.2}</li>
<li><strong>jQuery</strong> {version 1.9.1}</li>
<li><strong>jQueryUI</strong> {version 1.10.2}</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-dialogextend",
"title": "jQuery dialogExtend",
"description": "Maximize and Minimize Buttons for UI Dialog",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git://github.com/ROMB/jquery-dialogextend.git"
Expand Down

0 comments on commit 26dee0d

Please sign in to comment.