Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed Dec 24, 2013
1 parent 54f75ff commit 3b1c80e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.0-rc.1 (2013/12/24)
------------------------

* `zoom` plugin's `initialScale` can be set to `0`

v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planetary.js",
"version": "0.3.0",
"version": "1.0.0-rc.1",
"main": "dist/planetaryjs.min.js",
"description": "Awesome interactive globes for the web",
"homepage": "http://planetaryjs.com",
Expand Down
4 changes: 2 additions & 2 deletions dist/planetaryjs-noplugins.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! Planetary.js v0.3.0
/*! Planetary.js v1.0.0-rc.1
* Copyright (c) 2013 Brandon Tilley
*
* Released under the MIT license
* Date: 2013-12-24T16:28:54.858Z
* Date: 2013-12-24T16:35:58.999Z
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion dist/planetaryjs-noplugins.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/planetaryjs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! Planetary.js v0.3.0
/*! Planetary.js v1.0.0-rc.1
* Copyright (c) 2013 Brandon Tilley
*
* Released under the MIT license
* Date: 2013-12-24T16:28:54.653Z
* Date: 2013-12-24T16:35:58.836Z
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion dist/planetaryjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planetary.js",
"version": "0.3.0",
"version": "1.0.0-rc.1",
"description": "Awesome interactive globes for the web",
"scripts": {
"build": "rm -r dist/ ; gulp && cp dist/planetaryjs.min.js site/public/js/lib",
Expand Down
2 changes: 1 addition & 1 deletion site/public/js/lib/planetaryjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b1c80e

Please sign in to comment.