chore: Bump version to 0.1.22 in README, package.json, and package-lock.json

This commit is contained in:
2025-05-22 22:31:09 +02:00
parent 1e7c1deac7
commit a1dc3a90ba
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# LUMINA.rocks 📸
![LUMINA Version](https://img.shields.io/badge/version-0.1.21-blue)
![LUMINA Version](https://img.shields.io/badge/version-0.1.22-blue)
A modern, decentralized social media platform for images and pictures built on the Nostr protocol.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lumina",
"version": "0.1.21",
"version": "0.1.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.21",
"version": "0.1.22",
"dependencies": {
"@getalby/sdk": "^5.0.0",
"@hookform/resolvers": "^3.4.0",

View File

@@ -1,6 +1,6 @@
{
"name": "lumina",
"version": "0.1.21",
"version": "0.1.22",
"private": true,
"scripts": {
"dev": "next dev",