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;