update version to 2.1 and add reset condition for v2.0

v2.0 was built using a demo database that should not have been present. v2.1
uses the same application, but should start with a clean database. This change
bumps the version to 2.1 and resets the database if the currently installed
version is 1.* or 2.0.
This commit is contained in:
2025-01-22 08:09:49 -08:00
parent ea343e472e
commit 733b01c244
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "streamline-emr",
"org": "streamline",
"version": "2.0",
"version": "2.1",
"platforms": [
"linux/arm64"
],