Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AugmenTab committed Aug 12, 2023
1 parent d018685 commit e861cec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.4"
let release = "0.3.5"
mythicDescription =
T.unwords [ "An unofficial system implementation for playing the"
, "fan-made Mythic game on Foundry Virtual Tabletop."
Expand Down
2 changes: 1 addition & 1 deletion mythic.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function registerSystemSettings() {
config: false,
scope: "world",
type: String,
default: "0.3.3"
default: "0.3.5"
});

// Critical Failure Threshold
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.4/mythic.zip",
"download": "https://github.com/AugmenTab/mythic/releases/download/v0.3.5/mythic.zip",
"esmodules": [
"mythic.js"
],
Expand Down Expand Up @@ -264,5 +264,5 @@
],
"title": "Mythic",
"url": "https://github.com/AugmenTab/mythic",
"version": "0.3.4"
"version": "0.3.5"
}

1 comment on commit e861cec

@AugmenTab
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.