chore: Bump version to 1.2.4 in manifest.json and package.json

This commit is contained in:
Daniel Stirba 2025-01-12 16:29:14 +11:00
parent a4e15ad385
commit eb148b6105
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "fantasy-content-generator",
"name": "Fantasy Content Generator",
"version": "1.2.3",
"version": "1.2.4",
"minAppVersion": "0.15.0",
"description": "A Fantasy Content Generator for Obsidian for All Your TTRPG / World Building Needs",
"author": "Gregory Jagermeister ",

View file

@ -1,6 +1,6 @@
{
"name": "fantasy-content-generator",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Fantasy Content Generator For all your TTRPG Needs",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"1.2.3": "0.15.0",
"1.2.2": "0.15.0"
"1.2.2": "0.15.0",
"1.2.4": "0.15.0"
}