Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Update to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1000nettles committed Dec 22, 2021
1 parent 4a01f4a commit edb09cf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.6.3] - 2021-12-22

### Added

- Added support for FoundryVTT v9.x

## [0.6.2] - 2021-10-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hey, Wait! :raised_hand:

**0.8.x version:**
![Downloads](https://img.shields.io/github/downloads/1000nettles/hey-wait/latest/hey-wait-v0.6.2.zip?style=flat-square)
**9.x / 0.8.x version:**
![Downloads](https://img.shields.io/github/downloads/1000nettles/hey-wait/latest/hey-wait-v0.6.3.zip?style=flat-square)

**0.7.x version:**
![Downloads](https://img.shields.io/github/downloads/1000nettles/hey-wait/v0.4.0/hey-wait-v0.4.0.zip?style=flat-square)
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hey-wait",
"title": "Hey, Wait!",
"description": "\"Hey, Wait!\" allows a GM to place \"event triggers\" as tiles on a scene.",
"version": "0.6.2",
"version": "0.6.3",
"author": "1000nettles",
"languages": [
{
Expand All @@ -16,10 +16,10 @@
],
"socket": true,
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"compatibleCoreVersion": "9.238",
"url": "https://github.com/1000nettles/hey-wait",
"manifest": "https://github.com/1000nettles/hey-wait/releases/download/v0.6.2/module.json",
"download": "https://github.com/1000nettles/hey-wait/releases/download/v0.6.2/hey-wait-v0.6.2.zip",
"manifest": "https://github.com/1000nettles/hey-wait/releases/download/v0.6.3/module.json",
"download": "https://github.com/1000nettles/hey-wait/releases/download/v0.6.3/hey-wait-v0.6.3.zip",
"license": "MIT",
"readme": "https://raw.githubusercontent.com/1000nettles/hey-wait/main/README.md"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "hey-wait",
"version": "0.6.2",
"version": "0.6.3",
"description": "\"Hey, Wait!\" is a FoundryVTT module allowing a GM to place \"event triggers\" on a scene.",
"scripts": {
"build": "npx webpack --config webpack.config.js",
Expand Down

0 comments on commit edb09cf

Please sign in to comment.