mirror of
https://github.com/sbuffkin/hexmaker.git
synced 2026-07-22 14:30:24 +00:00
chore: release 1.4.5
This commit is contained in:
parent
a2dcfd2cfb
commit
ee6ba76274
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "hexmaker",
|
||||
"name": "Hexmap World Creator",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"minAppVersion": "1.12.0",
|
||||
"description": "Create a hex map and a guidebook level wiki for your setting with minimal fuss. Hex crawl worldbuilding toolbox. System agnostic, ready for any TRPG you care to run in it.",
|
||||
"author": "morkdev",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hexmaker-plugin",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"description": "A plugin to power hex crawl worldbuilding and running.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -45,5 +45,6 @@
|
|||
"1.4.1": "1.12.0",
|
||||
"1.4.2": "1.12.0",
|
||||
"1.4.3": "1.12.0",
|
||||
"1.4.4": "1.12.0"
|
||||
"1.4.4": "1.12.0",
|
||||
"1.4.5": "1.12.0"
|
||||
}
|
||||
Loading…
Reference in a new issue