global: update versions

This commit is contained in:
k
2024-07-24 00:09:09 +02:00
parent 8f5f28ede6
commit 4cd605fd34
6 changed files with 9 additions and 9 deletions

View File

@@ -53,9 +53,9 @@
- Added a backup API in case the main one fails or is offline
- Complete redesign of the datasets object
- Removed import of routes in JSON in favor for hardcoded typed routes in string format which resulted in:
- + A much lighter app
- + Better Lighthouse score
- - Slower Typescript server
- \+ A much lighter app
- \+ Better Lighthouse score
- \- Slower Typescript server
- Fixed datasets with null values crashing their fetch function
- Added a 'Go to a random chart' button in several places
- Chart

View File

@@ -1,7 +1,7 @@
{
"name": "satonomics",
"description": "A better, FOSS, Bitcoin-only, self-hostable Glassnode",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"scripts": {

2
parser/Cargo.lock generated
View File

@@ -1245,7 +1245,7 @@ dependencies = [
[[package]]
name = "parser"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"allocative",
"bincode",

View File

@@ -2,7 +2,7 @@
name = "parser"
description = "A better, FOSS, Bitcoin-only, self-hostable Glassnode"
homepage = "https://satonomics.xyz"
version = "0.2.1"
version = "0.3.0"
repository = "https://github.com/satonomics-org/satonomics"
edition = "2021"

4
server/Cargo.lock generated
View File

@@ -1427,7 +1427,7 @@ dependencies = [
[[package]]
name = "parser"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"allocative",
"bincode",
@@ -1873,7 +1873,7 @@ dependencies = [
[[package]]
name = "server"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"axum",
"bincode",

View File

@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
[dependencies]