Skip to content

Commit 3b1c80e

Browse files
author
Brandon Tilley
committed
v1.0.0-rc.1
1 parent 54f75ff commit 3b1c80e

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
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.0-rc.1 (2013/12/24)
2+
------------------------
3+
14
* `zoom` plugin's `initialScale` can be set to `0`
25

36
v0.3.0

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": "0.3.0",
3+
"version": "1.0.0-rc.1",
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 v0.3.0
1+
/*! Planetary.js v1.0.0-rc.1
22
* Copyright (c) 2013 Brandon Tilley
33
*
44
* Released under the MIT license
5-
* Date: 2013-12-24T16:28:54.858Z
5+
* Date: 2013-12-24T16:35:58.999Z
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 v0.3.0
1+
/*! Planetary.js v1.0.0-rc.1
22
* Copyright (c) 2013 Brandon Tilley
33
*
44
* Released under the MIT license
5-
* Date: 2013-12-24T16:28:54.653Z
5+
* Date: 2013-12-24T16:35:58.836Z
66
*/
77
(function (root, factory) {
88
if (typeof define === 'function' && define.amd) {

dist/planetaryjs.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.

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": "0.3.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Awesome interactive globes for the web",
55
"scripts": {
66
"build": "rm -r dist/ ; gulp && cp dist/planetaryjs.min.js site/public/js/lib",

site/public/js/lib/planetaryjs.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.

0 commit comments

Comments
 (0)