Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Dec 5, 2017
1 parent d990a6d commit b3e7028
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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": "@nasaworldwind/worldwind",
"version": "0.9.0-RC3",
"version": "0.9.0",
"description": "Web WorldWind",
"main": "build/dist/worldwind.min.js",
"homepage": "https://worldwind.arc.nasa.gov",
Expand Down
4 changes: 2 additions & 2 deletions src/WorldWind.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,10 @@ define([ // PLEASE KEEP ALL THIS IN ALPHABETICAL ORDER BY MODULE NAME (not direc
var WorldWind = {
/**
* The WorldWind version number.
* @default "0.9.0-RC3"
* @default "0.9.0"
* @constant
*/
VERSION: "0.9.0-RC3",
VERSION: "0.9.0",

// PLEASE KEEP THE ENTRIES BELOW IN ALPHABETICAL ORDER
/**
Expand Down

0 comments on commit b3e7028

Please sign in to comment.