Skip to content

Commit

Permalink
Version change and package build restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
markpet49 committed Apr 13, 2022
1 parent 20ede14 commit 0ad066a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-zip');

grunt.registerTask('default', ['requirejs']);
grunt.registerTask('default', ['clean', 'karma', 'jsdoc', 'requirejs', 'copy', 'zip']);
};
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.10.0",
"version": "0.11.0",
"description": "Web WorldWind",
"main": "build/dist/worldwind.min.js",
"homepage": "https://worldwind.arc.nasa.gov",
Expand Down

0 comments on commit 0ad066a

Please sign in to comment.