Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrogen2oxygen committed Dec 19, 2022
1 parent 21e1f6b commit e7cf55a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<properties>
<revision>1.1.0</revision>
<version.info>hide outline polygon button</version.info>
<version.info>Removed NitriteDB as main database, instead using ObjectMapper and plain JSON (faster and stable)</version.info>
</properties>

<version>${revision}</version>
Expand Down
8 changes: 4 additions & 4 deletions versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"downloadPath": "https://github.com/hydrogen2oxygen/final-approach/releases/download/v1.0.31/final-approach-1.0.31.zip",
"currentVersion": "1.0.31",
"currentVersionInfo": "hide outline polygon button",
"downloadPath": "https://github.com/hydrogen2oxygen/final-approach/releases/download/v1.1.0/final-approach-1.1.0.zip",
"currentVersion": "1.1.0",
"currentVersionInfo": "Removed NitriteDB as main database, instead using ObjectMapper and plain JSON (faster and stable)",
"versionInfoDetailList": [
{
"version": "1.0.31"
"version": "1.1.0"
}
]
}

0 comments on commit e7cf55a

Please sign in to comment.