chore: update version to 0.1.17 in package.json, package-lock.json, and README.md

This commit is contained in:
2025-04-21 14:15:17 +02:00
parent 5ab2b99424
commit f8ea327c66
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.16-blue)
![Lumina Version](https://img.shields.io/badge/version-0.1.17-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.16",
"version": "0.1.17",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.16",
"version": "0.1.17",
"dependencies": {
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",

View File

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