Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: v3.3.2
tag: v3.3.3
artifacts: "Output/*"
2 changes: 1 addition & 1 deletion FUNC.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "FUNC"
#define MyAppVersion "3.3.2"
#define MyAppVersion "3.3.3"
#define MyAppPublisher "Galaxy Pay, LLC"
#define MyAppPublisherURL "https://galaxy-pay.com"
#define MyPublishPath "publish"
Expand Down
2 changes: 1 addition & 1 deletion create-package-deb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rm -r Output

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

mkdir -p $PKG/lib/systemd/system
mkdir -p $PKG/opt/func
Expand Down
2 changes: 1 addition & 1 deletion create-package-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pkgbuild --root publish \
--install-location /opt/func \
--scripts pkg/scripts \
--identifier func.app \
Output/func_3.3.2_darwin-$1.pkg
Output/func_3.3.3_darwin-$1.pkg
2 changes: 1 addition & 1 deletion deb/amd64/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: func
Version: 3.3.2
Version: 3.3.3
Section: base
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion deb/arm64/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: func
Version: 3.3.2
Version: 3.3.3
Section: base
Priority: optional
Architecture: arm64
Expand Down
38 changes: 19 additions & 19 deletions webui/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "func-webui",
"version": "3.3.2",
"version": "3.3.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@blockshake/defly-connect": "^1.2.1",
"@mdi/js": "^7.4.47",
"@perawallet/connect": "^1.3.5",
"@txnlab/use-wallet-vue": "^3.8.0",
"algosdk": "2.9.0",
"axios": "^1.7.7",
"@perawallet/connect": "^1.4.1",
"@txnlab/use-wallet-vue": "^4.0.0",
"algosdk": "3.2.0",
"axios": "^1.7.9",
"lute-connect": "^1.4.1",
"roboto-fontface": "^0.10.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.4.31",
"vuetify": "^3.6.11"
"vite-plugin-node-polyfills": "^0.23.0",
"vue": "^3.5.13",
"vuetify": "^3.7.12"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"pinia": "^2.2.4",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.26"
"@babel/types": "^7.26.9",
"@types/node": "^20.17.19",
"@vitejs/plugin-vue": "^5.2.1",
"pinia": "^2.3.1",
"typescript": "^5.7.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.14",
"vite-plugin-vuetify": "^2.1.0",
"vue-tsc": "^2.2.2"
}
}
Loading