From fc5c9047efa2c4d5e84c8a1820890bd232bd5dd0 Mon Sep 17 00:00:00 2001 From: nallux-dozryl Date: Fri, 6 Jan 2023 09:52:27 +0800 Subject: [PATCH] v1.0.3 --- api/orchestrator.py | 2 +- release/version.csv | 1 + ui/src/lib/api.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/orchestrator.py b/api/orchestrator.py index 886c970c..5deada5e 100755 --- a/api/orchestrator.py +++ b/api/orchestrator.py @@ -44,7 +44,7 @@ class Orchestrator: _disk = None # GroundSeg - gs_version = 'v1.0.3-edge' + gs_version = 'v1.0.3' _vm = False _npbox = False _c2c_mode = False diff --git a/release/version.csv b/release/version.csv index 2b51bd4b..cd19941b 100644 --- a/release/version.csv +++ b/release/version.csv @@ -1,3 +1,4 @@ +v1.0.3,89edf23ff3b7ba4769447823a11cf1b7968a89055095568fe6bf48361c795179,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.3/groundseg v1.0.2,26e027154051ec0474eee1ee880460bc875d4ddfe37631abeb31be7dbbfa15b3,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.2/groundseg v1.0.1,b9f635e18ce391e18ab5c789f785394129ee5fb18c31032d051978f863385321,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.1/groundseg v1.0.0,f821c439ab5b4d47867fa40ba3e045f32143e16d7143534b3a6186e4e9a56ec1,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.0/groundseg diff --git a/ui/src/lib/api.js b/ui/src/lib/api.js index 2ba7c708..952101f3 100644 --- a/ui/src/lib/api.js +++ b/ui/src/lib/api.js @@ -1,6 +1,6 @@ import { writable } from 'svelte/store' -export const webuiVersion = 'v1.0.3-edge' +export const webuiVersion = 'v1.0.3' // // fade transition params