Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
There is very little change in the actual code between 1.9.x and 2.0.x.
The primary changes were in the re-organization of the repository and
introduction of modern javascript build tools (grunt) in place of
hand-rolled ruby scripts.

The demo code is no longer a rails application and instead uses static
html files.
  • Loading branch information
house9 committed Jun 29, 2015
1 parent ff5967c commit 5f818fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-iframe-auto-height",
"version": "2.0.0-beta",
"version": "2.0.0",
"description": "jQuery plugin to set the height of an iframe to its contents height",
"main": [
"dist/jquery-iframe-auto-height.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery-iframe-auto-height.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jquery-iframe-auto-height - v2.0.0-beta
/*! jquery-iframe-auto-height - v2.0.0
* Release on: 2015-06-28
* Copyright (c) 2015 Jesse House
* Licensed The Unlicense */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery-iframe-auto-height.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-iframe-auto-height",
"version": "2.0.0-beta",
"version": "2.0.0",
"description": "jQuery plugin to set the height of an iframe to its contents height",
"main": "dist/jquery-iframe-auto-height.js",
"readmeFilename": "README.md",
Expand Down

0 comments on commit 5f818fc

Please sign in to comment.