Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Feb 1, 2024
1 parent da722af commit 60ed56b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/flatpak-bundle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
on:
push:
# NOTE: Proposal to make this action available only for tags
#tags:
#- 'v*.*.*'

name: Flatpak
on: workflow_dispatch

jobs:
prepare-repo:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -41,7 +37,6 @@ jobs:
with:
name: repo-dist
path: prepare-dist

flatpak:
name: flatpak-bundle
needs: prepare-repo
Expand Down
2 changes: 1 addition & 1 deletion flatpak/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN pnpm install --frozen-lockfile
# debian build
RUN pnpm tauri build -b deb

ARG VERSION=3.0.0
ARG VERSION=3.0.1
ARG ARCH=amd64

RUN cp -r ./src-tauri/target/release/bundle/deb/lume_${VERSION}_${ARCH}/data lume-package
Expand Down
2 changes: 1 addition & 1 deletion flatpak/nu.lume.Lume.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.0.0" date="2024-15-01" />
<release version="3.0.1" date="2024-02-02" />
</releases>
<content_rating type="oars-1.1" />
</component>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lume",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "3.0.0"
"version": "3.0.1"
},
"plugins": {
"fs": {
Expand Down

0 comments on commit 60ed56b

Please sign in to comment.