Skip to content

Commit

Permalink
Bump version to v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Nov 21, 2024
1 parent 28bb759 commit 23b6ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/@angor/version/angor-version.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 23b6ffe

Please sign in to comment.