-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.7.0](0.6.4...0.7.0) (2020-09-03) ### Features * Add semantic versioning, add better demo. ([c12ca8e](c12ca8e))
- Loading branch information
1 parent
96e271c
commit 83f5a20
Showing
3 changed files
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "dropecho.storygen", | ||
"description": "A grammar based text expansion, based on tracery.", | ||
"classPath": "src/", | ||
"dependencies": { | ||
"seedyrng": "" | ||
}, | ||
"url": "https://github.com/dropecho/storygen", | ||
"contributors": [ | ||
"vantreeseba" | ||
], | ||
"version": "0.6.4", | ||
"releasenote": "FIX: fix url again in haxelib.json", | ||
"tags": [ | ||
"text", | ||
"game", | ||
"story" | ||
], | ||
"license": "MIT" | ||
"name": "dropecho.storygen", | ||
"description": "A grammar based text expansion, based on tracery.", | ||
"classPath": "src/", | ||
"dependencies": { | ||
"seedyrng": "" | ||
}, | ||
"url": "https://github.com/dropecho/storygen", | ||
"contributors": [ | ||
"vantreeseba" | ||
], | ||
"version": "0.7.0", | ||
"releasenote": "FIX: fix url again in haxelib.json", | ||
"tags": [ | ||
"text", | ||
"game", | ||
"story" | ||
], | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dropecho/storygen", | ||
"version": "0.6.4", | ||
"version": "0.7.0", | ||
"description": "", | ||
"author": "vantreeseba <[email protected]>", | ||
"repository": "github:dropecho/storygen", | ||
|