Skip to content

Commit 09605fc

Browse files
committed
Bump version to 1.0.2
1 parent be3918e commit 09605fc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Open Ephys GUI main build file
22
cmake_minimum_required(VERSION 3.15)
33

4-
set(GUI_VERSION 1.0.1)
4+
set(GUI_VERSION 1.0.2)
55

66
string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
77
list(LENGTH VERSION_LIST num_version_components)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Our primary user base is scientists performing electrophysiology experiments wit
3636

3737
The easiest way to get started is to download the installer for your platform of choice:
3838

39-
- [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/windows/Install-Open-Ephys-GUI-v1.0.1.exe)
40-
- [Ubuntu/Debian](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/linux/open-ephys-gui-v1.0.1.deb)
41-
- [macOS](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/mac/Open_Ephys_GUI_v1.0.1.dmg)
39+
- [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/windows/Install-Open-Ephys-GUI-v1.0.2.exe)
40+
- [Ubuntu/Debian](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/linux/open-ephys-gui-v1.0.2.deb)
41+
- [macOS](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/mac/Open_Ephys_GUI_v1.0.2.dmg)
4242

43-
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/windows/open-ephys-v1.0.1-windows.zip), [Linux](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/linux/open-ephys-v1.0.1-linux.zip), or [Mac](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/mac/open-ephys-v1.0.1-mac.zip).
43+
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/windows/open-ephys-v1.0.2-windows.zip), [Linux](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/linux/open-ephys-v1.0.2-linux.zip), or [Mac](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/mac/open-ephys-v1.0.2-mac.zip).
4444

4545
Detailed installation instructions can be found [here](https://open-ephys.github.io/gui-docs/User-Manual/Installing-the-GUI.html).
4646

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: open-ephys
2-
Version: 1.0.1
2+
Version: 1.0.2
33
Architecture: amd64
44
Installed-Size: 18644
55
Section: science
66
Priority: optional
7-
Maintainer: Open Ephys <info@open-ephys.com>
7+
Maintainer: Open Ephys <gui@open-ephys.org>
88
Homepage: https://open-ephys.org/gui
99
Description: Software for processing, recording, and visualizing multichannel electrophysiology data.

Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Name: Open Ephys GUI
33
Source: https://github.com/open-ephys/plugin-GUI/
44

55
Files: *
6-
Copyright: 2025 Open Ephys <info@open-ephys.com>
6+
Copyright: 2026 Open Ephys <gui@open-ephys.org>
77
License: GPL-3+
88
This program is free software: you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Setup]
22
AppId=Open Ephys
33
AppName=Open Ephys GUI
4-
AppVersion=1.0.1
5-
AppVerName=Open Ephys GUI 1.0.1
6-
AppCopyright=Copyright (C) 2010-2025, Open Ephys & Contributors
4+
AppVersion=1.0.2
5+
AppVerName=Open Ephys GUI 1.0.2
6+
AppCopyright=Copyright (C) 2010-2026, Open Ephys & Contributors
77
AppPublisher=open-ephys.org
88
AppPublisherURL=https://open-ephys.org/gui
99
DefaultDirName={autopf}\Open Ephys

0 commit comments

Comments
 (0)