Skip to content

Commit

Permalink
Release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmerge committed Mar 6, 2017
1 parent d3ee913 commit 27f1d59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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.
*
Expand Down Expand Up @@ -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 = [];
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 27f1d59

Please sign in to comment.