Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed Jan 25, 2024
1 parent f240f25 commit ddfef0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satsim",
"version": "0.3.0",
"version": "0.4.0",
"description": "SatSim for JavaScript.",
"homepage": "https://github.com/ssc-ai/satsimjs/",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"cesium": "^1.111.0",
"cesium": "^1.113.0",
"mathjs": "^11.11.1",
"satellite.js": "^5.0.0"
}
Expand Down
5 changes: 3 additions & 2 deletions src/index.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
globalThis.SATSIM_VERSION = "0.3.0-alpha"
globalThis.SATSIM_VERSION = "0.4.0-alpha"

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

Expand Down Expand Up @@ -30,4 +30,5 @@ export { default as Toolbar } from './widgets/Toolbar.js'
export { createViewer, mixinViewer } from './widgets/Viewer.js'

export { fetchTle } from './io/tle.js'
export { southEastZenithToAzEl, spaceBasedToAzEl } from './engine/dynamics/gimbal.js'
export { southEastZenithToAzEl, spaceBasedToAzEl } from './engine/dynamics/gimbal.js'
export { getVisibility } from './engine/geometry/visibility.js'

0 comments on commit ddfef0d

Please sign in to comment.