Skip to content

Commit

Permalink
version bump v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Sep 10, 2020
1 parent 9430706 commit 36b0f0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Compact, Tidy, DnDBeyond-like 5e Character Sheet

![Latest Release Download Count](https://img.shields.io/badge/dynamic/json?label=Downloads&query=assets%5B1%5D.download_count&url=https%3A%2F%2Fapi.github.com%2Frepos%2FElfFriend-DnD%2Ffoundryvtt-compactBeyondTidy5eSheet%2Freleases%2Flatest)

Shamlessly taking ideas (and some code) from both the [DnDBeyond character sheet](https://github.com/jopeek/fvtt-dndbeyond-character-sheet) and the [Tidy 5e character sheet](https://github.com/sdenec/tidy5e-sheet). This is an information-dense character sheet for Foundry users who like the feel of D&DBeyond's character sheet, but want it to fit better within the Foundry UI.

## Installation

Module JSON:
```
https://github.com/ElfFriend-DnD/foundryvtt-elfFriendCharacterSheet5e/releases/latest/download/module.json
https://github.com/ElfFriend-DnD/foundryvtt-compactBeyondTidy5eSheet/releases/latest/download/module.json
```

## Gallery
Expand Down
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": "foundryvtt-compactBeyondTidy5e",
"version": "0.5.1",
"version": "0.5.2",
"description": "A compact character sheet with similar layout to dndbeyond's.",
"scripts": {
"publish": "gulp publish",
Expand Down
2 changes: 1 addition & 1 deletion src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Tidy Compact DnDBeyond 5e Character Sheet",
"description": "A compact 5e character sheet with similar layout and functionality to dndbeyond's.",
"systems": ["dnd5e"],
"version": "0.5.1",
"version": "0.5.2",
"author": "Andrew Krigline (akrigline)",
"scripts": [],
"esmodules": [
Expand Down

0 comments on commit 36b0f0b

Please sign in to comment.