Skip to content

Commit 0987f93

Browse files
chore(release): ref:beta 2.0.0-beta.6 [skip ci]
## [2.0.0-beta.6](v2.0.0-beta.5...v2.0.0-beta.6) (2025-07-28) ### πŸ› Bug Fixes * more logging to debug releaes ([84a40b8](84a40b8))
1 parent 465154c commit 0987f93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algokit-lora",
33
"private": true,
4-
"version": "2.0.0-beta.5",
4+
"version": "2.0.0-beta.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

β€Žsrc-tauri/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algokit-lora"
3-
version = "2.0.0-beta.5"
3+
version = "2.0.0-beta.6"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
Β (0)