Skip to content

Commit

Permalink
Bump GUI version to 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Jul 9, 2024
1 parent 7e50d41 commit 2f73896
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/1.0.0-dev/linux/$zipfile"
shell: bash
- name: deploy_preview
if: github.ref_type == 'refs/heads/testing-juce8'
if: github.ref == 'refs/heads/testing-juce8'
env:
artifactoryApiKey: ${{ secrets.artifactoryApiKey }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
user_info="X-JFrog-Art-Api:$artifactoryApiKey"
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/1.0.0-dev/mac/$zipfile"
- name: deploy_preview
if: github.ref_type == 'refs/heads/testing-juce8'
if: github.ref == 'refs/heads/testing-juce8'
env:
artifactoryApiKey: ${{ secrets.artifactoryApiKey }}
MACOS_CERTIFICATE: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/1.0.0-dev/windows/$zipfile"
shell: bash
- name: deploy_preview
if: github.ref_type == 'refs/heads/testing-juce8'
if: github.ref == 'refs/heads/testing-juce8'
env:
artifactoryApiKey: ${{ secrets.artifactoryApiKey }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Open Ephys GUI main build file
cmake_minimum_required(VERSION 3.15)

set(GUI_VERSION 1.0.0-dev)
set(GUI_VERSION 1.0.0-alpha.1)

string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
list(LENGTH VERSION_LIST num_version_components)
Expand Down
2 changes: 1 addition & 1 deletion Resources/Installers/Windows/windows_installer_script.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=Open Ephys
AppVersion=1.0.0-apha.1
AppVersion=1.0.0-alpha.1
AppVerName=Open Ephys 1.0.0-alpha.1
AppCopyright=Copyright (C) 2010-2024, Open Ephys & Contributors
AppPublisher=open-ephys.org
Expand Down

0 comments on commit 2f73896

Please sign in to comment.