Bump version to v0.0.5

This commit is contained in:
Milad Raeisi
2024-09-29 07:49:34 +04:00
parent 86cc6b23b0
commit f4f711bcab
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "angor-browse", "name": "angor-browse",
"version": "0.0.4", "version": "0.0.5",
"description": "Angor Hub is a Nostr client that is customized around the Angor protocol, a decentralized crowdfunding platform.", "description": "Angor Hub is a Nostr client that is customized around the Angor protocol, a decentralized crowdfunding platform.",
"author": "angor", "author": "angor",
"private": true, "private": true,

View File

@@ -1,3 +1,3 @@
import { Version } from '@angor/version/version'; import { Version } from '@angor/version/version';
export const ANGOR_VERSION = new Version('0.0.4').full; export const ANGOR_VERSION = new Version('0.0.5').full;