Skip to content

Commit

Permalink
Bump version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Oct 30, 2024
1 parent 4cfda97 commit 6aed68e
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.8",
"version": "0.0.9",
"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.8').full;
export const ANGOR_VERSION = new Version('0.0.9').full;

0 comments on commit 6aed68e

Please sign in to comment.