Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AugmenTab committed Jul 29, 2023
1 parent 409b797 commit 9434890
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.4

### Changes

* Updates compendiums with latest vehicle pricing rebalance.

## 0.3.3

### Changes
Expand Down
2 changes: 1 addition & 1 deletion domain/src/Domain/Persist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ mythicCompatibility =

mythicManifest :: [Compendium FoundryData] -> Manifest
mythicManifest compendia =
let release = "0.3.3"
let release = "0.3.4"
mythicDescription =
T.unwords [ "An unofficial system implementation for playing the"
, "fan-made Mythic game on Foundry Virtual Tabletop."
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"verified": "10"
},
"description": "An unofficial system implementation for playing the fan-made Mythic game on Foundry Virtual Tabletop.",
"download": "https://github.com/AugmenTab/mythic/releases/download/v0.3.3/mythic.zip",
"download": "https://github.com/AugmenTab/mythic/releases/download/v0.3.4/mythic.zip",
"esmodules": [
"mythic.js"
],
Expand Down Expand Up @@ -264,5 +264,5 @@
],
"title": "Mythic",
"url": "https://github.com/AugmenTab/mythic",
"version": "0.3.3"
"version": "0.3.4"
}

0 comments on commit 9434890

Please sign in to comment.