Skip to content

Commit 801ccb2

Browse files
author
BinaryMuse
committed
v1.1.2
1 parent 52716cb commit 801ccb2

9 files changed

+17
-12
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.1.2 (2015/11/22)
2+
-------------------
3+
4+
* Update LICENSE and copyright notices
5+
16
v1.1.1 (2014/05/18)
27
-------------------
38

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planetary.js",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "dist/planetaryjs.min.js",
55
"description": "Awesome interactive globes for the web",
66
"homepage": "http://planetaryjs.com",

dist/planetaryjs-noplugins.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! Planetary.js v1.1.1
2-
* Copyright (c) 2013 Brandon Tilley
1+
/*! Planetary.js v1.1.2
2+
* Copyright (c) 2013 Michelle Tilley
33
*
44
* Released under the MIT license
5-
* Date: 2014-05-18T17:34:29.344Z
5+
* Date: 2015-11-22T10:07:37.856Z
66
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {

dist/planetaryjs-noplugins.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/planetaryjs.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! Planetary.js v1.1.1
2-
* Copyright (c) 2013 Brandon Tilley
1+
/*! Planetary.js v1.1.2
2+
* Copyright (c) 2013 Michelle Tilley
33
*
44
* Released under the MIT license
5-
* Date: 2014-05-18T17:34:29.246Z
5+
* Date: 2015-11-22T10:07:37.594Z
66
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {

dist/planetaryjs.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planetary.js",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Awesome interactive globes for the web",
55
"main": "dist/planetaryjs",
66
"scripts": {

site/public/download/_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"latest": {
4-
"version": "v1.1.1"
4+
"version": "v1.1.2"
55
}
66
},
77
"unstable": {

site/public/js/lib/planetaryjs.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)