Skip to content

Commit

Permalink
Updated to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dietvin committed Jul 4, 2024
1 parent 1b91ea5 commit 5adfd5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linux_compile/create_deb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

### --- ADJUST VERSION, SYSTEM, AND SYSTEMVERSION TO MATCH THE SYSTEM: --- ###
VERSION=1.0.1
VERSION=1.0.2
SYSTEM=ubuntu
SYSTEMVERSION=22.04
### ---------------------------------------------------------------------- ###
Expand Down
2 changes: 1 addition & 1 deletion pod5Viewer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="1.0.1"
__version__="1.0.2"
2 changes: 1 addition & 1 deletion windows_compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To compile the pod5Viewer to Windows installer, follow the following instruction

1. Make sure the pyinstaller is installed and iscc is available in the command line
2. In a PowerShell change directory to `./windows_compile`
3. Adjust the VERSION variable in `create_installer.ps1`
3. Adjust the VERSION variable in `create_installer.ps1` and in `pod5Viewer.iss`
4. run `create_installer.ps1`

If the script runs successfully the DEB `pod5viewer-VERSION-Setup.exe` will be placed in the `windows_compile` directory.
2 changes: 1 addition & 1 deletion windows_compile/create_installer.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------ #
$version = "1.0.1"
$version = "1.0.2"
# ADJUST THE VERSION NUMBER IN THE ISS FILE AS WELL !!! #
# ------------------------------------------------------ #

Expand Down
2 changes: 1 addition & 1 deletion windows_compile/pod5Viewer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "pod5Viewer"
#define MyAppVersion "1.0.1"
#define MyAppVersion "1.0.2"
#define MyAppPublisher "Vincent Dietrich"
#define MyAppURL "https://github.com/dietvin/pod5Viewer"
#define MyAppExeName "pod5Viewer.exe"
Expand Down

0 comments on commit 5adfd5b

Please sign in to comment.