chore: bump version to 0.1.26 in README, package.json, and package-lock.json

This commit is contained in:
2025-05-26 22:44:17 +02:00
parent a304032334
commit 50c231bf0c
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.25-blue)
![LUMINA Version](https://img.shields.io/badge/version-0.1.26-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.25",
"version": "0.1.26",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.25",
"version": "0.1.26",
"dependencies": {
"@getalby/sdk": "^5.0.0",
"@hookform/resolvers": "^3.4.0",

View File

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