Skip to content

Commit 53b7a3b

Browse files
author
Brandon Tilley
committed
v1.0.2
1 parent 2aa72ca commit 53b7a3b

File tree

9 files changed

+15
-12
lines changed

9 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.0.2 (2014/01/16)
2+
-------------------
3+
14
* Update version dependencies for D3 and TopoJSON
25

36
v1.0.1 (2013/01/02)

bower.json

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

dist/planetaryjs-noplugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! Planetary.js v1.0.1
1+
/*! Planetary.js v1.0.2
22
* Copyright (c) 2013 Brandon Tilley
33
*
44
* Released under the MIT license
5-
* Date: 2014-01-02T17:05:08.691Z
5+
* Date: 2014-01-16T05:32:02.925Z
66
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {

dist/planetaryjs-noplugins.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/planetaryjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! Planetary.js v1.0.1
1+
/*! Planetary.js v1.0.2
22
* Copyright (c) 2013 Brandon Tilley
33
*
44
* Released under the MIT license
5-
* Date: 2014-01-02T17:05:08.541Z
5+
* Date: 2014-01-16T05:32:02.988Z
66
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {

dist/planetaryjs.min.js

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

package.json

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

site/public/download/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"latest": {
4-
"version": "v1.0.1"
4+
"version": "v1.0.2"
55
}
66
},
77
"unstable": {

0 commit comments

Comments
 (0)