diff --git a/package.json b/package.json index 34183ffc..af60d9cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angor-hub", - "version": "0.0.11", + "version": "0.0.12", "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 1830a82f..ce095194 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.11').full; +export const ANGOR_VERSION = new Version('0.0.12').full;