From 5f818fc3396159df6c593b9cf554907a230c1b82 Mon Sep 17 00:00:00 2001 From: Jesse House Date: Sun, 28 Jun 2015 19:25:06 -0700 Subject: [PATCH] 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. --- bower.json | 2 +- dist/jquery-iframe-auto-height.js | 2 +- dist/jquery-iframe-auto-height.min.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index a4434eb..170d900 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/dist/jquery-iframe-auto-height.js b/dist/jquery-iframe-auto-height.js index 74ef68f..15ce50b 100644 --- a/dist/jquery-iframe-auto-height.js +++ b/dist/jquery-iframe-auto-height.js @@ -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 */ diff --git a/dist/jquery-iframe-auto-height.min.js b/dist/jquery-iframe-auto-height.min.js index 3ef736e..7732d6d 100644 --- a/dist/jquery-iframe-auto-height.min.js +++ b/dist/jquery-iframe-auto-height.min.js @@ -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 */ diff --git a/package.json b/package.json index 428ac2c..edd3026 100644 --- a/package.json +++ b/package.json @@ -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",