diff --git a/README.rst b/README.rst index cd04452..e21cac1 100644 --- a/README.rst +++ b/README.rst @@ -162,7 +162,7 @@ standards without them! License ======= -Copyright © 2015,2016 STRG.AT GmbH, Vienna, Austria +Copyright © 2015-2017 STRG.AT GmbH, Vienna, Austria All files in and beneath this directory are part of The SCORE Framework. The SCORE Framework and all its parts are free software: you can redistribute diff --git a/init.js b/init.js index d067c41..b29ed1f 100644 --- a/init.js +++ b/init.js @@ -1,5 +1,5 @@ /** - * Copyright © 2015,2016 STRG.AT GmbH, Vienna, Austria + * Copyright © 2015-2017 STRG.AT GmbH, Vienna, Austria * * This file is part of the The SCORE Framework. * @@ -57,7 +57,7 @@ var __queue = [], score = { - __version__: '0.0.3', + __version__: '0.1.0', extend: function(fullName, dependencies, callback) { var i, j, tmp, nextName, parts, currentPart, nextPart, args = [], missing = []; diff --git a/package.json b/package.json index 78e56ae..9a6b48b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "score.init", - "version": "0.0.3", + "version": "0.1.0", "description": "Initializer for the javascript part of The SCORE Framework.", "main": "init.js", "directories": {