diff --git a/package.json b/package.json index f5d7739..427c636 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "satsim", - "version": "0.2.1", + "version": "0.2.2", "description": "SatSim for JavaScript.", "homepage": "https://github.com/ssc-ai/satsimjs/", "license": "MIT", diff --git a/src/index.js b/src/index.js index d58f497..703afa7 100755 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -globalThis.SATSIM_VERSION = "0.2.1-alpha" +globalThis.SATSIM_VERSION = "0.2.2-alpha" export { default as Universe } from './engine/Universe.js'