Skip to content

Commit

Permalink
Merge pull request #14 from GalaxyPay/dev
Browse files Browse the repository at this point in the history
chore: release v1.2.2
  • Loading branch information
acfunk authored Nov 2, 2024
2 parents d1f8dbe + 265cb08 commit 26f3166
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: v1.2.1
tag: v1.2.2
artifacts: "Output\\AvmWinNode_Setup.exe"
2 changes: 1 addition & 1 deletion AvmWinNode.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 "AvmWinNode"
#define MyAppVersion "1.2.1"
#define MyAppVersion "1.2.2"
#define MyAppPublisher "Galaxy Pay, LLC"
#define MyAppPublisherURL "https://galaxy-pay.com"
#define MyPublishPath "publish"
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avm-win-node-webui",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down
4 changes: 2 additions & 2 deletions webui/src/components/Node.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ const catchupProgress = computed(() => {
name: "Blocks",
processed: 100,
verified:
(algodStatus.value["catchpoint-total-blocks"] /
algodStatus.value["catchpoint-acquired-blocks"]) *
(algodStatus.value["catchpoint-acquired-blocks"] /
algodStatus.value["catchpoint-total-blocks"]) *
100,
},
];
Expand Down

0 comments on commit 26f3166

Please sign in to comment.