chore: bump version to v1.7.77-alpha

This commit is contained in:
archipelago 2026-05-20 00:38:26 -04:00
parent f4368785f0
commit 0898c54765
4 changed files with 5 additions and 5 deletions

2
core/Cargo.lock generated
View File

@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "archipelago"
version = "1.7.76-alpha"
version = "1.7.77-alpha"
dependencies = [
"anyhow",
"archipelago-container",

View File

@ -1,6 +1,6 @@
[package]
name = "archipelago"
version = "1.7.76-alpha"
version = "1.7.77-alpha"
edition = "2021"
description = "Archipelago Bitcoin Node OS - Native backend"
authors = ["Archipelago Team"]

View File

@ -1,12 +1,12 @@
{
"name": "neode-ui",
"version": "1.7.76-alpha",
"version": "1.7.77-alpha",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "neode-ui",
"version": "1.7.76-alpha",
"version": "1.7.77-alpha",
"dependencies": {
"@types/dompurify": "^3.0.5",
"@vue-leaflet/vue-leaflet": "^0.10.1",

View File

@ -1,7 +1,7 @@
{
"name": "neode-ui",
"private": true,
"version": "1.7.76-alpha",
"version": "1.7.77-alpha",
"type": "module",
"scripts": {
"start": "./start-dev.sh",