Skip to content

Commit c0fbd28

Browse files
authored
Merge pull request #74 from GalaxyPay/dev
chore: release v3.4.3
2 parents d78eaf0 + 00e1012 commit c0fbd28

File tree

11 files changed

+287
-285
lines changed

11 files changed

+287
-285
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ jobs:
266266
uses: ncipollo/release-action@v1
267267
with:
268268
allowUpdates: true
269-
tag: v3.4.2
269+
tag: v3.4.3
270270
artifacts: "Output/*"

FUNC.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "FUNC"
5-
#define MyAppVersion "3.4.2"
5+
#define MyAppVersion "3.4.3"
66
#define MyAppPublisher "Galaxy Pay, LLC"
77
#define MyAppPublisherURL "https://galaxy-pay.com"
88
#define MyPublishPath "publish"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you want to participate in consensus, you'll need to generate a Participation
124124

125125
1. Wait for your node to sync.
126126
2. Connect your wallet.
127-
3. Click the + icon in the Participation Keys section.
127+
3. Click the "Generate Key..." button in the Participation Keys section.
128128
4. Click Generate and wait. It takes a few minutes for your node to generate the Participation Key.
129129
5. Once the key is generated, click on the Status dot to Register the key.
130130
6. Your account should now be Online, and your Participating in Consensus light should be green.

create-package-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rm -r Output
22

3-
PKG=Output/func_3.4.2_linux-$1
3+
PKG=Output/func_3.4.3_linux-$1
44

55
mkdir -p $PKG/lib/systemd/system
66
mkdir -p $PKG/opt/func

create-package-pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pkgbuild --root publish \
55
--install-location /opt/func \
66
--scripts pkg/scripts \
77
--identifier func.app \
8-
Output/func_3.4.2_darwin-$1.pkg
8+
Output/func_3.4.3_darwin-$1.pkg

deb/amd64/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: func
2-
Version: 3.4.2
2+
Version: 3.4.3
33
Section: base
44
Priority: optional
55
Architecture: amd64

deb/arm64/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: func
2-
Version: 3.4.2
2+
Version: 3.4.3
33
Section: base
44
Priority: optional
55
Architecture: arm64

webui/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "func-webui",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",
@@ -10,25 +10,25 @@
1010
"@blockshake/defly-connect": "^1.2.1",
1111
"@mdi/js": "^7.4.47",
1212
"@perawallet/connect": "^1.4.2",
13-
"@txnlab/use-wallet-vue": "^4.0.0",
13+
"@txnlab/use-wallet-vue": "^4.0.1",
1414
"algosdk": "3.2.0",
15-
"axios": "^1.8.2",
16-
"lute-connect": "^1.4.1",
15+
"axios": "^1.8.4",
16+
"lute-connect": "^1.5.1",
1717
"roboto-fontface": "^0.10.0",
1818
"vite-plugin-node-polyfills": "^0.23.0",
1919
"vue": "^3.5.13",
20-
"vuetify": "^3.7.15"
20+
"vuetify": "^3.8.2"
2121
},
2222
"devDependencies": {
23-
"@babel/types": "^7.26.9",
24-
"@types/node": "^22.13.9",
25-
"@vitejs/plugin-vue": "^5.2.1",
23+
"@babel/types": "^7.27.0",
24+
"@types/node": "^22.14.1",
25+
"@vitejs/plugin-vue": "^5.2.3",
2626
"pinia": "^2.3.1",
27-
"typescript": "^5.8.2",
27+
"typescript": "^5.8.3",
2828
"unplugin-auto-import": "^0.18.6",
2929
"unplugin-vue-components": "^0.27.5",
30-
"vite": "^5.4.14",
31-
"vite-plugin-vuetify": "^2.1.0",
32-
"vue-tsc": "^2.2.8"
30+
"vite": "^5.4.18",
31+
"vite-plugin-vuetify": "^2.1.1",
32+
"vue-tsc": "^2.2.10"
3333
}
3434
}

0 commit comments

Comments
 (0)