From bf7bff4b5bb9d725b5be1f29b44471fe4f207fd7 Mon Sep 17 00:00:00 2001 From: Duncan Eddy Date: Mon, 27 May 2024 22:14:40 -0700 Subject: [PATCH] Fix jump in Package release version --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d118c3..707b436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [0.6.0] - 2024-06-27 +## [0.5.0] - 2024-06-27 ### Added - Added new `SpaceWeatherData` class to `SpaceWeather` module to store space weather data. diff --git a/Project.toml b/Project.toml index 90db7c6..b0a56a0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SatelliteDynamics" uuid = "0e7c1a32-1b9f-5532-88a4-e668712d6a4c" authors = ["Duncan Eddy and contributors"] -version = "0.6.0" +version = "0.5.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"