Bump version to v0.0.12

This commit is contained in:
Milad Raeisi
2024-11-21 21:27:49 +04:00
parent 28bb759fef
commit 23b6ffe2cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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;