Skip to content

Commit

Permalink
Bump a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JinraeKim committed Jan 3, 2025
1 parent 820b4c5 commit 43ccc6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Changes in v1.3.0
- A VTOL aircraft, `LiftCruiseVTOL2D`, and its visualizatoin is added (FSimZoo, FSimPlots).

# Changes in v1.0.0
- Add `Simulator` interface for both interactive and non-interactive simulation.
- Add [FSimROS.jl](https://github.com/JinraeKim/FSimROS.jl).
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FlightSims"
uuid = "a4c2f6ca-3fbe-4430-8ede-32935de4c069"
authors = ["JinraeKim <[email protected]> and contributors"]
version = "1.2.0"
version = "1.3.0"

[deps]
FSimBase = "731e945d-f3ed-49a1-bee2-3998705ef155"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
FSimBase = "0.2"
FSimZoo = "0.11"
FSimZoo = "0.12"
OrdinaryDiffEq = "6.53"
Reexport = "1.2"
julia = "1"
Expand Down

0 comments on commit 43ccc6b

Please sign in to comment.