diff --git a/js/impress.js b/js/impress.js index 0fa2a93..f2131ef 100644 --- a/js/impress.js +++ b/js/impress.js @@ -7,15 +7,15 @@ * in modern browsers and inspired by the idea behind prezi.com. * * - * Copyright 2011-2012 Bartek Szopka (@bartaz) + * Copyright 2011-2012 Bartek Szopka (@bartaz), 2016-2018 Henrik Ingo (@henrikingo) * * Released under the MIT and GPL Licenses. * * ------------------------------------------------ - * author: Bartek Szopka - * version: 1.0.0-beta1 - * url: http://bartaz.github.com/impress.js/ - * source: http://github.com/bartaz/impress.js/ + * author: Bartek Szopka, Henrik Ingo + * version: 1.0.0 + * url: http://impress.js.org + * source: http://github.com/impress/impress.js/ */ // You are one of those who like to know how things work inside? diff --git a/package.json b/package.json index 44a8606..afa2f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress.js", - "version": "1.0.0-beta1", + "version": "1.0.0", "description": "It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.", "main": "js/impress.js", "repository": { diff --git a/src/impress.js b/src/impress.js index daad905..a502406 100644 --- a/src/impress.js +++ b/src/impress.js @@ -5,15 +5,15 @@ * in modern browsers and inspired by the idea behind prezi.com. * * - * Copyright 2011-2012 Bartek Szopka (@bartaz) + * Copyright 2011-2012 Bartek Szopka (@bartaz), 2016-2018 Henrik Ingo (@henrikingo) * * Released under the MIT and GPL Licenses. * * ------------------------------------------------ - * author: Bartek Szopka - * version: 1.0.0-beta1 - * url: http://bartaz.github.com/impress.js/ - * source: http://github.com/bartaz/impress.js/ + * author: Bartek Szopka, Henrik Ingo + * version: 1.0.0 + * url: http://impress.js.org + * source: http://github.com/impress/impress.js/ */ // You are one of those who like to know how things work inside?