From ed9f75d850084244dece62b969bb71b0e6eaaa0f Mon Sep 17 00:00:00 2001 From: Elias Kristoffer Bruvik <70512270+eliasbruvik@users.noreply.github.com> Date: Fri, 24 May 2024 08:42:26 +0200 Subject: [PATCH] Bump desktop version (#2441) --- Src/WitsmlExplorer.Desktop/README.md | 4 ++-- Src/WitsmlExplorer.Desktop/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/WitsmlExplorer.Desktop/README.md b/Src/WitsmlExplorer.Desktop/README.md index cc28b8b3f..6af3d4ffb 100644 --- a/Src/WitsmlExplorer.Desktop/README.md +++ b/Src/WitsmlExplorer.Desktop/README.md @@ -69,10 +69,10 @@ To release a new version of Witsml Explorer Desktop Edition, follow these step-b 2. Create a new tag to mark the specific point in the project's history you want to release. You can use the following command: ```sh # Create tag -git tag -a -m "" +git tag -a wex-desktop@ -m "" # Push the tag to origin -git push origin +git push origin wex-desktop@ ``` 3. Merge the `main` branch into the `stable-desktop-wex` branch to keep the current released version in its own branch. diff --git a/Src/WitsmlExplorer.Desktop/package.json b/Src/WitsmlExplorer.Desktop/package.json index 075d4ed60..62d5537d3 100644 --- a/Src/WitsmlExplorer.Desktop/package.json +++ b/Src/WitsmlExplorer.Desktop/package.json @@ -1,7 +1,7 @@ { "name": "WEx-Desktop", "description": "Witsml Explorer Desktop Edition", - "version": "0.1.0", + "version": "0.1.1", "private": true, "author": "Witsml Explorer Team", "repository": "https://github.com/equinor/witsml-explorer",