Skip to content

Commit

Permalink
build: v1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Jan 23, 2024
1 parent 6d00026 commit 0259d8f
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.10.5

### General

#### Fixes

- Fall back to default values when device is in an invalid state rather than failing to connect

## v1.10.4

### General
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.10.4"
version = "1.10.5"
license = "GPL-3.0-or-later"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId = "com.oppzippy.openscq30"
minSdk = 26
targetSdk = 34
versionCode = 20
versionName = "1.10.4"
versionCode = 21
versionName = "1.10.5"

testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
vectorDrawables {
Expand Down
8 changes: 8 additions & 0 deletions gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<id>com.oppzippy.OpenSCQ30.desktop</id>
</provides>
<releases>
<release version="1.10.5" date="2024-01-23">
<description>
<p>Fixes</p>
<ul>
<li>Fall back to default values when device is in an invalid state rather than failing to connect</li>
</ul>
</description>
</release>
<release version="1.10.4" date="2024-01-15">
<description>
<p>Fixes</p>
Expand Down
2 changes: 1 addition & 1 deletion packaging/appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AppDir:
id: com.oppzippy.OpenSCQ30
name: openscq30_gui
icon: com.oppzippy.OpenSCQ30
version: 1.10.4
version: 1.10.5
exec: usr/bin/openscq30_gui
exec_args: $@

Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define AppName "OpenSCQ30"
#define AppExeName "openscq30_gui.exe"
#define AppVersion "1.10.4"
#define AppVersion "1.10.5"

[Setup]
AppName={#AppName}
Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openscq30-web-react",
"private": true,
"version": "1.10.4",
"version": "1.10.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0259d8f

Please sign in to comment.