Skip to content

Commit

Permalink
Bump desktop version (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbruvik committed May 24, 2024
1 parent a06ffe8 commit ed9f75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Src/WitsmlExplorer.Desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tag_name> -m "<message>"
git tag -a wex-desktop@<version> -m "<message>"

# Push the tag to origin
git push origin <tag_name>
git push origin wex-desktop@<version>
```
3. Merge the `main` branch into the `stable-desktop-wex` branch to keep the current released version in its own branch.

Expand Down
2 changes: 1 addition & 1 deletion Src/WitsmlExplorer.Desktop/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ed9f75d

Please sign in to comment.