Remove beta label from version strings.

Also update Copyright / Author info in core module.
This commit is contained in:
Henrik Ingo
2018-03-09 10:23:25 +02:00
parent 436f92e09b
commit e8394d0899
3 changed files with 11 additions and 11 deletions

View File

@@ -7,15 +7,15 @@
* in modern browsers and inspired by the idea behind prezi.com. * 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. * Released under the MIT and GPL Licenses.
* *
* ------------------------------------------------ * ------------------------------------------------
* author: Bartek Szopka * author: Bartek Szopka, Henrik Ingo
* version: 1.0.0-beta1 * version: 1.0.0
* url: http://bartaz.github.com/impress.js/ * url: http://impress.js.org
* source: http://github.com/bartaz/impress.js/ * source: http://github.com/impress/impress.js/
*/ */
// You are one of those who like to know how things work inside? // You are one of those who like to know how things work inside?

View File

@@ -1,6 +1,6 @@
{ {
"name": "impress.js", "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.", "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", "main": "js/impress.js",
"repository": { "repository": {

View File

@@ -5,15 +5,15 @@
* in modern browsers and inspired by the idea behind prezi.com. * 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. * Released under the MIT and GPL Licenses.
* *
* ------------------------------------------------ * ------------------------------------------------
* author: Bartek Szopka * author: Bartek Szopka, Henrik Ingo
* version: 1.0.0-beta1 * version: 1.0.0
* url: http://bartaz.github.com/impress.js/ * url: http://impress.js.org
* source: http://github.com/bartaz/impress.js/ * source: http://github.com/impress/impress.js/
*/ */
// You are one of those who like to know how things work inside? // You are one of those who like to know how things work inside?