Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuelw committed Nov 12, 2024
1 parent 7461bcc commit 2c0cbdf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,3 @@ jobs:
- name: Build Docker image
run: |
docker build --platform linux/${{ matrix.arch }} -t protodesk .
- name: Run Docker image
run: |
docker run --name protodesk-container protodesk
- name: Copy build from container to host
run: |
docker cp protodesk-container:/app/dist ./dist
- name: Create an archive of the build
run: |
cd dist && tar -czf protodesk.tar.gz app/
ls -l
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(self, parent=None):
title_label.setAlignment(Qt.AlignCenter)
layout.addWidget(title_label)

info_label = QLabel('Version 1.2.0\nUnofficial desktop app for Proton.')
info_label = QLabel('Version 1.2.1\nUnofficial desktop app for Proton.')
info_label.setAlignment(Qt.AlignCenter)
layout.addWidget(info_label)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "protodesk"
version = "1.2.0"
version = "1.2.1"
description = "Unofficial desktop app for Proton"
authors = ["Nemuel Wainaina <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2c0cbdf

Please sign in to comment.