From dadcd2589fc419b3fe17b24f5d173d0a4980a866 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:28:21 -0400 Subject: [PATCH] Lower version 0.1.4 Downgrade version number 0.2.0 to 0.1.4, the assumed breaking release (Julia compat tightening) is non-breaking. SemVer disallows version removal, so next breaking change should be numbered v0.3.0 or v0.2.1(?). --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4aa32b5..01fb005 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AstroAngles" uuid = "5c4adb95-c1fc-4c53-b4ea-2a94080c53d2" authors = ["Miles Lucas and contributors"] -version = "0.2.0" +version = "0.1.4" [compat] julia = "1.6"