From 790e78b67f24cd75e0c5788484878b75f7c39b97 Mon Sep 17 00:00:00 2001 From: "Nick J. Connors" Date: Tue, 4 Jan 2022 19:40:37 -0500 Subject: [PATCH] Update --- .gitignore | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03a576d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +*.zip diff --git a/manifest.json b/manifest.json index 993cc76..d3c0cd7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "author": "xen", "name": "Real Solar System", "uniqueName": "xen.RealSolarSystem", - "version": "0.3.0", + "version": "0.3.1", "owmlVersion": "2.1.0", "dependencies": [ "xen.NewHorizons" ] }