Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed Apr 18, 2024
1 parent f1ab145 commit 47f37e8
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.4.0",
"version": "0.5.0",
"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.4.0-alpha"
globalThis.SATSIM_VERSION = "0.5.0-alpha"

export { default as Universe } from './engine/Universe.js'

Expand Down

0 comments on commit 47f37e8

Please sign in to comment.