Skip to content

Commit b3e7028

Browse files
committed
Bump version to 0.9.0
1 parent d990a6d commit b3e7028

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

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": "@nasaworldwind/worldwind",
3-
"version": "0.9.0-RC3",
3+
"version": "0.9.0",
44
"description": "Web WorldWind",
55
"main": "build/dist/worldwind.min.js",
66
"homepage": "https://worldwind.arc.nasa.gov",

src/WorldWind.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,10 @@ define([ // PLEASE KEEP ALL THIS IN ALPHABETICAL ORDER BY MODULE NAME (not direc
501501
var WorldWind = {
502502
/**
503503
* The WorldWind version number.
504-
* @default "0.9.0-RC3"
504+
* @default "0.9.0"
505505
* @constant
506506
*/
507-
VERSION: "0.9.0-RC3",
507+
VERSION: "0.9.0",
508508

509509
// PLEASE KEEP THE ENTRIES BELOW IN ALPHABETICAL ORDER
510510
/**

0 commit comments

Comments
 (0)