Skip to content

Commit

Permalink
Fixed call to Application parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
RaySSharma committed Mar 10, 2020
1 parent ed08aad commit e64c659
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 5E Encounter Builder

* **Author**: RaySSharma#4736
* **Version**: 0.0.1
* **Version**: 0.0.2
* **Foundry VTT Compatibility**: 0.5.0+
* **System Compatibility (If applicable)**: D&D5E
* **Translation Support**: en
Expand Down Expand Up @@ -43,3 +43,7 @@ This module adds an Application to aid in building D&D5E combat encounters. Foll
#### 0.0.1

* Created the Encounter Builder Application.

#### 0.0.2

* Fixed call to the Application parent class (thanks @tposney#1462)
Binary file modified encounter-builder.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion encounter-builder/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "encounter-builder",
"title": "5e Encounter Builder",
"description": "Adds an application to determine encounter difficulty, based on the Kobold Fight Club.",
"version": "0.0.1",
"version": "0.0.2",
"minimumCoreVersion": "0.5.0",
"author": "RaySSharma",
"scripts": ["./src/encounter-builder.js", "./src/builder-form.js"],
Expand Down

0 comments on commit e64c659

Please sign in to comment.