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",