mirror of
https://github.com/gregory-jagermeister/Fantasy-Content-Generator.git
synced 2026-07-22 04:34:03 +00:00
chore: Bump version to 1.2.4 in manifest.json and package.json
This commit is contained in:
parent
a4e15ad385
commit
eb148b6105
3 changed files with 4 additions and 3 deletions
|
|
@ -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 ",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue