Updated Versioning

This commit is contained in:
Daniel Stirba 2023-04-04 12:25:54 +10:00
parent 40068cc676
commit 9b6a1d580d
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "fantasy-content-generator",
"version": "1.2.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"version": "1.2.2",
"description": "A Fantasy Content Generator For all your TTRPG Needs",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",

View file

@ -1,3 +1,3 @@
{
"1.2.1": "0.15.0"
"1.2.2": "0.15.0"
}