Bump version to v0.0.10

This commit is contained in:
Milad Raeisi
2024-11-19 07:51:45 +04:00
parent b36ce3c272
commit bc1df9a218
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "angor-hub",
"version": "0.0.9",
"version": "0.0.10",
"description": "Angor Hub is a Nostr client that is customized around the Angor protocol, a decentralized crowdfunding platform.",
"author": "angor",
"private": true,

View File

@@ -1,3 +1,3 @@
import { Version } from '@angor/version/version';
export const ANGOR_VERSION = new Version('0.0.9').full;
export const ANGOR_VERSION = new Version('0.0.10').full;