mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 05:41:53 +01:00
chore: bump version
This commit is contained in:
parent
da722afed3
commit
60ed56b1b9
9
.github/workflows/flatpak-bundle.yml
vendored
9
.github/workflows/flatpak-bundle.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lume",
|
||||
"private": true,
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
|
@ -9,7 +9,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "Lume",
|
||||
"version": "3.0.0"
|
||||
"version": "3.0.1"
|
||||
},
|
||||
"plugins": {
|
||||
"fs": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user