Skip to content

Commit 19eede3

Browse files
authored
Merge pull request #67 from GalaxyPay/dev
chore: release v3.3.3
2 parents 0891231 + 80464e6 commit 19eede3

19 files changed

+952
-757
lines changed

.github/workflows/go.yml

+1-1
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.3.2
269+
tag: v3.3.3
270270
artifacts: "Output/*"

FUNC.iss

+1-1
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.3.2"
5+
#define MyAppVersion "3.3.3"
66
#define MyAppPublisher "Galaxy Pay, LLC"
77
#define MyAppPublisherURL "https://galaxy-pay.com"
88
#define MyPublishPath "publish"

create-package-deb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rm -r Output
22

3-
PKG=Output/func_3.3.2_linux-$1
3+
PKG=Output/func_3.3.3_linux-$1
44

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

create-package-pkg.sh

+1-1
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.3.2_darwin-$1.pkg
8+
Output/func_3.3.3_darwin-$1.pkg

deb/amd64/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: func
2-
Version: 3.3.2
2+
Version: 3.3.3
33
Section: base
44
Priority: optional
55
Architecture: amd64

deb/arm64/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: func
2-
Version: 3.3.2
2+
Version: 3.3.3
33
Section: base
44
Priority: optional
55
Architecture: arm64

webui/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"name": "func-webui",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@blockshake/defly-connect": "^1.1.6",
10+
"@blockshake/defly-connect": "^1.2.1",
1111
"@mdi/js": "^7.4.47",
12-
"@perawallet/connect": "^1.3.5",
13-
"@txnlab/use-wallet-vue": "^3.8.0",
14-
"algosdk": "2.9.0",
15-
"axios": "^1.7.7",
12+
"@perawallet/connect": "^1.4.1",
13+
"@txnlab/use-wallet-vue": "^4.0.0",
14+
"algosdk": "3.2.0",
15+
"axios": "^1.7.9",
1616
"lute-connect": "^1.4.1",
1717
"roboto-fontface": "^0.10.0",
18-
"vite-plugin-node-polyfills": "^0.22.0",
19-
"vue": "^3.4.31",
20-
"vuetify": "^3.6.11"
18+
"vite-plugin-node-polyfills": "^0.23.0",
19+
"vue": "^3.5.13",
20+
"vuetify": "^3.7.12"
2121
},
2222
"devDependencies": {
23-
"@babel/types": "^7.24.7",
24-
"@types/node": "^20.14.10",
25-
"@vitejs/plugin-vue": "^5.0.5",
26-
"pinia": "^2.2.4",
27-
"typescript": "^5.4.2",
28-
"unplugin-auto-import": "^0.18.3",
29-
"unplugin-vue-components": "^0.27.2",
30-
"vite": "^5.3.3",
31-
"vite-plugin-vuetify": "^2.0.3",
32-
"vue-tsc": "^2.0.26"
23+
"@babel/types": "^7.26.9",
24+
"@types/node": "^20.17.19",
25+
"@vitejs/plugin-vue": "^5.2.1",
26+
"pinia": "^2.3.1",
27+
"typescript": "^5.7.3",
28+
"unplugin-auto-import": "^0.18.6",
29+
"unplugin-vue-components": "^0.27.5",
30+
"vite": "^5.4.14",
31+
"vite-plugin-vuetify": "^2.1.0",
32+
"vue-tsc": "^2.2.2"
3333
}
3434
}

0 commit comments

Comments
 (0)