Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 10, 2025
1 parent a1266d1 commit 908d424
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cp -rvf ./packaging/deb/debian ./debian

- name: Setup dh_make quilt files
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.1.4 || true
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.2.0 || true

- name: Install apt build dependencies
run: apt build-dep -y ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cp -rvf ./packaging/deb/ubuntu ./debian

- name: Setup dh_make quilt files
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.1.4 || true
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.2.0 || true

- name: Install apt build dependencies
run: apt build-dep -y ./
Expand Down
4 changes: 2 additions & 2 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
umu-launcher (1.1.4-1) noble; urgency=medium
umu-launcher (1.2.0-1) noble; urgency=medium

* 1.1.4 Release.
* 1.2.0 Release.

-- Tom Crider <[email protected]> Sat, 12 Oct 2024 05:49:24 -0700
4 changes: 2 additions & 2 deletions packaging/deb/ubuntu/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
umu-launcher (1.1.4-1) noble; urgency=medium
umu-launcher (1.2.0-1) noble; urgency=medium

* 1.1.4 Release.
* 1.2.0 Release.

-- Tom Crider <[email protected]> Sat, 12 Oct 2024 05:49:24 -0700
4 changes: 2 additions & 2 deletions packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the manual commit as a fallback
%define manual_commit e9cb4d764013d4c8c3d1166f59581da8f56a3d83
%define manual_commit a1266d1a4537d9f55936566f24de6a54e60a4df3

# Optionally define the tag
# Check if tag is defined and get the commit hash for the tag, otherwise use manual commit
Expand All @@ -13,7 +13,7 @@
%global rel_build 1.%{build_timestamp}.%{shortcommit}%{?dist}

Name: umu-launcher
Version: 1.1.4
Version: 1.2.0
Release: %{rel_build}
Summary: A tool for launching non-steam games with proton

Expand Down
4 changes: 2 additions & 2 deletions packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: umu-launcher
version: '1.1.4' # You can set this to the appropriate version
version: "1.2.0" # You can set this to the appropriate version
summary: UMU Launcher
description: |
UMU Launcher is a tool for managing and launching applications.
Expand Down Expand Up @@ -171,7 +171,7 @@ parts:
umu-run:
plugin: dump
source: https://github.com/Open-Wine-Components/umu-launcher.git
source-tag: 1.1.4
source-tag: 1.2.0
build-packages:
- git
- make
Expand Down
2 changes: 1 addition & 1 deletion umu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.4" # noqa: D104
__version__ = "1.2.0" # noqa: D104
__runtime_versions__ = (("sniper", "steamrt3"), ("soldier", "steamrt2"))
__runtime_version__ = __runtime_versions__[0]

0 comments on commit 908d424

Please sign in to comment.