From abe379ac34e2bbf42fa5aed65e289d38a8e8662b Mon Sep 17 00:00:00 2001
From: null <82171591+mschwoer@users.noreply.github.com>
Date: Fri, 17 Jan 2025 16:11:13 +0000
Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.3-dev0=20=E2=86=92=201.9.?=
 =?UTF-8?q?3-dev1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .bumpversion.toml                          | 2 +-
 alphadia/__init__.py                       | 2 +-
 gui/package.json                           | 2 +-
 gui/src/main/modules/profile.js            | 2 +-
 release/linux/control                      | 2 +-
 release/macos/build_package_macos.sh       | 4 ++--
 release/macos/distribution.xml             | 2 +-
 release/macos/info.plist                   | 4 ++--
 release/windows/alphadia_innoinstaller.iss | 4 ++--
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.bumpversion.toml b/.bumpversion.toml
index ddd8ba49..95682520 100644
--- a/.bumpversion.toml
+++ b/.bumpversion.toml
@@ -1,5 +1,5 @@
 [tool.bumpversion]
-current_version = "1.9.3-dev0"
+current_version = "1.9.3-dev1"
 parse = """(?x)
     (?P<major>0|[1-9]\\d*)\\.
     (?P<minor>0|[1-9]\\d*)\\.
diff --git a/alphadia/__init__.py b/alphadia/__init__.py
index edc69a43..1004c257 100644
--- a/alphadia/__init__.py
+++ b/alphadia/__init__.py
@@ -1,3 +1,3 @@
 #!python
 
-__version__ = "1.9.3-dev0"
+__version__ = "1.9.3-dev1"
diff --git a/gui/package.json b/gui/package.json
index 51aea7d7..8e97fc2b 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,7 +1,7 @@
 {
   "name": "alphadia",
   "productName": "alphadia-gui",
-  "version": "1.9.3-dev0",
+  "version": "1.9.3-dev1",
   "description": "Graphical user interface for DIA data analysis",
   "main": "dist/electron.js",
   "homepage": "./",
diff --git a/gui/src/main/modules/profile.js b/gui/src/main/modules/profile.js
index 3b6d3715..77030bd8 100644
--- a/gui/src/main/modules/profile.js
+++ b/gui/src/main/modules/profile.js
@@ -3,7 +3,7 @@ const path = require("path")
 const { app, shell, BrowserWindow} = require("electron")
 const { dialog } = require('electron')
 
-const VERSION = "1.9.3-dev0"
+const VERSION = "1.9.3-dev1"
 
 const Profile = class {
 
diff --git a/release/linux/control b/release/linux/control
index f15baab3..1b276568 100644
--- a/release/linux/control
+++ b/release/linux/control
@@ -1,5 +1,5 @@
 Package: alphadia
-Version: 1.9.3-dev0
+Version: 1.9.3-dev1
 Architecture: all
 Maintainer: Mann Labs <opensource@alphapept.com>
 Description: alphadia
diff --git a/release/macos/build_package_macos.sh b/release/macos/build_package_macos.sh
index 7e999c50..285e69fe 100755
--- a/release/macos/build_package_macos.sh
+++ b/release/macos/build_package_macos.sh
@@ -7,10 +7,10 @@ set -e -u
 # Set up package name and version
 PACKAGE_NAME="alphadia"
 APP_NAME="alphadia"
-PACKAGE_VERSION="1.9.3-dev0"
+PACKAGE_VERSION="1.9.3-dev1"
 PKG_FOLDER="dist/$APP_NAME.app"
 
-# BUILD_NAME is taken from environment variables, e.g. alphadia-1.9.3-dev0-macos-darwin-arm64 or alphadia-1.9.3-dev0-macos-darwin-x64
+# BUILD_NAME is taken from environment variables, e.g. alphadia-1.9.3-dev1-macos-darwin-arm64 or alphadia-1.9.3-dev1-macos-darwin-x64
 rm -rf ${BUILD_NAME}.pkg
 
 # Cleanup the package folder
diff --git a/release/macos/distribution.xml b/release/macos/distribution.xml
index ded80d77..96019f2d 100644
--- a/release/macos/distribution.xml
+++ b/release/macos/distribution.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <installer-script minSpecVersion="1.000000">
-    <title>AlphaDIA 1.9.3-dev0</title>
+    <title>AlphaDIA 1.9.3-dev1</title>
     <background mime-type="image/png" file="alphadia.png" scaling="proportional"/>
     <welcome file="welcome.html" mime-type="text/html" />
     <conclusion file="conclusion.html" mime-type="text/html" />
diff --git a/release/macos/info.plist b/release/macos/info.plist
index 2a83ccdf..8e013f53 100644
--- a/release/macos/info.plist
+++ b/release/macos/info.plist
@@ -9,9 +9,9 @@
 	<key>CFBundleIconFile</key>
 	<string>alphadia.icns</string>
 	<key>CFBundleIdentifier</key>
-	<string>alphadia.1.9.3-dev0</string>
+	<string>alphadia.1.9.3-dev1</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.9.3-dev0</string>
+	<string>1.9.3-dev1</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
diff --git a/release/windows/alphadia_innoinstaller.iss b/release/windows/alphadia_innoinstaller.iss
index ba988cc5..98e3486b 100644
--- a/release/windows/alphadia_innoinstaller.iss
+++ b/release/windows/alphadia_innoinstaller.iss
@@ -5,7 +5,7 @@
 ; so all paths are given relative to the location of this .iss file.
 
 #define MyAppName "AlphaDIA"
-#define MyAppVersion "1.9.3-dev0"
+#define MyAppVersion "1.9.3-dev1"
 #define MyAppPublisher "Max Planck Institute of Biochemistry, Mann Labs"
 #define MyAppURL "https://github.com/MannLabs/alphadia"
 #define MyAppExeName "alphadia-gui.exe"
@@ -29,7 +29,7 @@ PrivilegesRequired=lowest
 PrivilegesRequiredOverridesAllowed=dialog
 ; release workflow expects artifact at root of repository
 OutputDir=..\..\
-; example for BUILD_NAME: alphadia-1.9.3-dev0-win-x64
+; example for BUILD_NAME: alphadia-1.9.3-dev1-win-x64
 OutputBaseFilename={#GetEnv('BUILD_NAME')}
 SetupIconFile=..\logos\alphadia.ico
 Compression=lzma