Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Sep 5, 2024
1 parent 2d3c948 commit c911184
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.0-1) noble; urgency=medium
umu-launcher (0.1.0-1) noble; urgency=medium

* Initial release.

-- Ward Nakchbandi <[email protected]> Mon, 08 Jul 2024 06:13:24 +0300
-- Ward Nakchbandi <[email protected]> Mon, 08 Jul 2024 06:13:24 +0300
2 changes: 1 addition & 1 deletion packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{pyth1 ,python3Packages , umu-launcher, pkgs, ...}:
python3Packages.buildPythonPackage {
name = "umu-launcher";
version = "0.1";
version = "0.1.0";
src = umu-launcher;
pyproject = false;
depsBuildBuild = [
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global rel_build 1.%{build_timestamp}.%{shortcommit}%{?dist}

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

Expand Down
2 changes: 1 addition & 1 deletion packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: umu-launcher
version: '1.0' # You can set this to the appropriate version
version: '0.1.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
2 changes: 1 addition & 1 deletion umu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1" # noqa: D104
__version__ = "0.1.0" # noqa: D104

0 comments on commit c911184

Please sign in to comment.