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

Commit

Permalink
Update to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1000nettles committed Dec 30, 2020
1 parent ead68ab commit 8df23f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hey, Wait! :raised_hand:

![Downloads](https://img.shields.io/github/downloads/1000nettles/hey-wait/latest/hey-wait-v0.2.0.zip?style=flat-square)
![Downloads](https://img.shields.io/github/downloads/1000nettles/hey-wait/latest/hey-wait-v0.3.0.zip?style=flat-square)
![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fhey-wait&style=flat-square)
![Issues](https://img.shields.io/github/issues/1000nettles/hey-wait?style=flat-square)
![MIT License](https://img.shields.io/github/license/1000nettles/hey-wait?style=flat-square)
Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "0.3.0",
"author": "1000nettles",
"languages": [
{
Expand All @@ -19,7 +19,7 @@
"compatibleCoreVersion": "0.7.9",
"url": "https://github.com/1000nettles/hey-wait",
"manifest": "https://github.com/1000nettles/hey-wait/releases/latest/download/module.json",
"download": "https://github.com/1000nettles/hey-wait/releases/download/v0.2.0/hey-wait-v0.2.0.zip",
"download": "https://github.com/1000nettles/hey-wait/releases/download/v0.3.0/hey-wait-v0.3.0.zip",
"license": "MIT",
"readme": "https://raw.githubusercontent.com/1000nettles/hey-wait/main/README.md"
}
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.2.0",
"version": "0.3.0",
"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 8df23f3

Please sign in to comment.