diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1cc508d..212220f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -266,5 +266,5 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: v3.0.3 + tag: v3.0.4 artifacts: "Output/*" diff --git a/FUNC.iss b/FUNC.iss index 3e00c9c..4844fdc 100644 --- a/FUNC.iss +++ b/FUNC.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "FUNC" -#define MyAppVersion "3.0.3" +#define MyAppVersion "3.0.4" #define MyAppPublisher "Galaxy Pay, LLC" #define MyAppPublisherURL "https://galaxy-pay.com" #define MyPublishPath "publish" diff --git a/create-package-deb.sh b/create-package-deb.sh index 722d225..0432edc 100755 --- a/create-package-deb.sh +++ b/create-package-deb.sh @@ -1,6 +1,6 @@ rm -r Output -PKG=Output/func_3.0.3_linux-$1 +PKG=Output/func_3.0.4_linux-$1 mkdir -p $PKG/lib/systemd/system mkdir -p $PKG/opt/func diff --git a/create-package-pkg.sh b/create-package-pkg.sh index 26d24fa..b860660 100755 --- a/create-package-pkg.sh +++ b/create-package-pkg.sh @@ -5,4 +5,4 @@ pkgbuild --root publish \ --install-location /opt/func \ --scripts pkg/scripts \ --identifier func.app \ - Output/func_3.0.3_darwin-$1.pkg + Output/func_3.0.4_darwin-$1.pkg diff --git a/deb/amd64/control b/deb/amd64/control index 9c3722f..c25f5f6 100644 --- a/deb/amd64/control +++ b/deb/amd64/control @@ -1,5 +1,5 @@ Package: func -Version: 3.0.3 +Version: 3.0.4 Section: base Priority: optional Architecture: amd64 diff --git a/deb/arm64/control b/deb/arm64/control index 3b5fac2..c076e92 100644 --- a/deb/arm64/control +++ b/deb/arm64/control @@ -1,5 +1,5 @@ Package: func -Version: 3.0.3 +Version: 3.0.4 Section: base Priority: optional Architecture: arm64 diff --git a/webui/package.json b/webui/package.json index bd67f6c..31d367a 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "func-webui", - "version": "3.0.3", + "version": "3.0.4", "scripts": { "dev": "vite", "build": "vite build", diff --git a/webui/src/components/Participation.vue b/webui/src/components/Participation.vue index 5512134..69c58e2 100644 --- a/webui/src/components/Participation.vue +++ b/webui/src/components/Participation.vue @@ -26,15 +26,33 @@