Skip to content

Commit 5f818fc

Browse files
committed
Bump version to 2.0.0
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.
1 parent ff5967c commit 5f818fc

4 files changed

+4
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-iframe-auto-height",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0",
44
"description": "jQuery plugin to set the height of an iframe to its contents height",
55
"main": [
66
"dist/jquery-iframe-auto-height.js",

dist/jquery-iframe-auto-height.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jquery-iframe-auto-height - v2.0.0-beta
1+
/*! jquery-iframe-auto-height - v2.0.0
22
* Release on: 2015-06-28
33
* Copyright (c) 2015 Jesse House
44
* Licensed The Unlicense */

dist/jquery-iframe-auto-height.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-iframe-auto-height",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0",
44
"description": "jQuery plugin to set the height of an iframe to its contents height",
55
"main": "dist/jquery-iframe-auto-height.js",
66
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)