Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed Nov 7, 2023
1 parent da1bb1a commit 55a3536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 55a3536

Please sign in to comment.