Skip to content

Commit

Permalink
Make release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mezryss committed Jun 29, 2023
1 parent eb6a8ef commit c06851b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.0.3
- Roboto Flex font should be selectable in ProseMirror editors.
- Added Traits box to player character sheets.

### v1.0.2
- Add item description, when present, in Equipment list on character sheet.
- Don't display tech level in Equipment list for items with TL0.
Expand Down
2 changes: 1 addition & 1 deletion module/actor/data/CharacterDataModel.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Attributes from './templates/Attributes.mjs';
import Skills from './templates/Skills.mjs';
import Traits from "./templates/Traits.mjs";
import Traits from './templates/Traits.mjs';

/**
* Data Model representing a Player Character
Expand Down
2 changes: 1 addition & 1 deletion module/actor/data/MajorNPCDataModel.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Attributes from './templates/Attributes.mjs';
import Skills from './templates/Skills.mjs';
import Traits from "./templates/Traits.mjs";
import Traits from './templates/Traits.mjs';

/**
* Data Model representing a Major NPC
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "dreams-and-machines",
"title": "Dreams and Machines",
"description": "Unofficial implementation of the Dreams and Machines QuickStart Rules",
"version": "1.0.2",
"version": "1.0.3",
"compatibility": {
"minimum": 11,
"verified": 11,
Expand Down

0 comments on commit c06851b

Please sign in to comment.