From bc1df9a218cdf15be0ef92bd1ec2a15612f7f2f3 Mon Sep 17 00:00:00 2001 From: Milad Raeisi Date: Tue, 19 Nov 2024 07:51:45 +0400 Subject: [PATCH] Bump version to v0.0.10 --- package.json | 2 +- src/@angor/version/angor-version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ae1386..9d4d32c 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/src/@angor/version/angor-version.ts b/src/@angor/version/angor-version.ts index 39c16d7..9f0a16e 100644 --- a/src/@angor/version/angor-version.ts +++ b/src/@angor/version/angor-version.ts @@ -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;