chore: bump version

This commit is contained in:
reya 2024-02-01 08:40:27 +07:00
parent da722afed3
commit 60ed56b1b9
5 changed files with 6 additions and 11 deletions

View File

@ -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
@ -41,7 +37,6 @@ jobs:
with:
name: repo-dist
path: prepare-dist
flatpak:
name: flatpak-bundle
needs: prepare-repo

View File

@ -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

View File

@ -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>

View File

@ -1,7 +1,7 @@
{
"name": "lume",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "3.0.0"
"version": "3.0.1"
},
"plugins": {
"fs": {