Skip to content

Commit 3c0ee47

Browse files
committed
- fix typo error
1 parent 16b4854 commit 3c0ee47

File tree

18 files changed

+206
-206
lines changed

18 files changed

+206
-206
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://system-runtime.github.io
55
* @ecarriou
66
*
7-
* Copyright 2014-1016 Erwan Carriou
7+
* Copyright 2014-2016 Erwan Carriou
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Runtime, the System Runtime Environment",
55
"license": "Apache-2.0",
66
"homepage": "https://system-runtime.github.io",

build/system/system.js

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

dist/system-runtime.js

Lines changed: 99 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/system-runtime.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://system-runtime.github.io
55
* @ecarriou
66
*
7-
* Copyright 2014-1016 Erwan Carriou
7+
* Copyright 2014-2016 Erwan Carriou
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Runtime, the System Runtime Environment",
55
"homepage": "https://system-runtime.github.io",
66
"keywords": [

src/behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://system-runtime.github.io
55
* @ecarriou
66
*
7-
* Copyright 2014-1016 Erwan Carriou
7+
* Copyright 2014-2016 Erwan Carriou
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

src/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://system-runtime.github.io
55
* @ecarriou
66
*
7-
* Copyright 2014-1016 Erwan Carriou
7+
* Copyright 2014-2016 Erwan Carriou
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

src/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://system-runtime.github.io
55
* @ecarriou
66
*
7-
* Copyright 2014-1016 Erwan Carriou
7+
* Copyright 2014-2016 Erwan Carriou
88
*
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)