-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1039 from felddy/release/12.331.0
Bump FoundryVTT version to 12.331
- Loading branch information
Showing
6 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ body: | |
description: Paste the output from the command above. This will be automatically formatted, so no need for backticks. | ||
render: shell | ||
placeholder: | | ||
com.foundryvtt.version = "12.330" | ||
com.foundryvtt.version = "12.331" | ||
org.opencontainers.image.authors = "[email protected]" | ||
org.opencontainers.image.created = "2022-09-01T23:22:04.337Z" | ||
org.opencontainers.image.description = "An easy-to-deploy Dockerized Foundry Virtual Tabletop server." | ||
|
@@ -67,7 +67,7 @@ body: | |
org.opencontainers.image.title = "foundryvtt-docker" | ||
org.opencontainers.image.url = "https://github.com/felddy/foundryvtt-docker" | ||
org.opencontainers.image.vendor = "Geekpad" | ||
org.opencontainers.image.version = "12.330.0" | ||
org.opencontainers.image.version = "12.331.0" | ||
validations: | ||
required: true | ||
- type: textarea | ||
|
@@ -78,7 +78,7 @@ body: | |
render: console | ||
placeholder: | | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [debug] Timezone set to: US/Eastern | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] Starting felddy/foundryvtt container v12.330.0 | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] Starting felddy/foundryvtt container v12.331.0 | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [debug] CONTAINER_VERBOSE set. Debug logging enabled. | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] Reading configured secrets from: /run/secrets/config.json | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] No Foundry Virtual Tabletop installation detected. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ body: | |
description: Paste the output from the command above. This will be automatically formatted, so no need for backticks. | ||
render: shell | ||
placeholder: | | ||
com.foundryvtt.version = "12.330" | ||
com.foundryvtt.version = "12.331" | ||
org.opencontainers.image.authors = "[email protected]" | ||
org.opencontainers.image.created = "2022-09-01T23:22:04.337Z" | ||
org.opencontainers.image.description = "An easy-to-deploy Dockerized Foundry Virtual Tabletop server." | ||
|
@@ -82,7 +82,7 @@ body: | |
org.opencontainers.image.title = "foundryvtt-docker" | ||
org.opencontainers.image.url = "https://github.com/felddy/foundryvtt-docker" | ||
org.opencontainers.image.vendor = "Geekpad" | ||
org.opencontainers.image.version = "12.330.0" | ||
org.opencontainers.image.version = "12.331.0" | ||
validations: | ||
required: true | ||
- type: textarea | ||
|
@@ -93,7 +93,7 @@ body: | |
render: console | ||
placeholder: | | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [debug] Timezone set to: US/Eastern | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] Starting felddy/foundryvtt container v12.330.0 | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] Starting felddy/foundryvtt container v12.331.0 | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [debug] CONTAINER_VERBOSE set. Debug logging enabled. | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] Reading configured secrets from: /run/secrets/config.json | ||
foundry_1 | Entrypoint | 2022-02-23 14:14:53 | [info] No Foundry Virtual Tabletop installation detected. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""This file defines the version of this module.""" | ||
|
||
__version__ = "12.330.0" | ||
__version__ = "12.331.0" |