Skip to content

Commit 507e0b6

Browse files
committed
Bump version number
1 parent 149eb49 commit 507e0b6

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626
* Bug fix for backoff functionality, code cleanup.
2727

2828
## 1.0.9
29-
* Bug fix to avoid endless loop when prior is greater than 0, code cleanup.
29+
* Bug fix to avoid endless loop when prior is greater than 0, code cleanup.
30+
31+
## 1.1.0
32+
* Included word lists (training data) in the library.

dox/generate_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rm -f types.xml
1212
haxe build.hxml
1313

1414
# Generate the documentation.
15-
haxelib run dox -i types.xml -theme ./themes/samcodes --title "Markov Namegen API" -D version 1.0.9 --include "(markov)" -o generated_docs
15+
haxelib run dox -i types.xml -theme ./themes/samcodes --title "Markov Namegen API" -D version 1.1.0 --include "(markov)" -o generated_docs

haxelib.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "markov-namegen",
3-
"url": "http://samcodes.co.uk/code/",
3+
"url": "https://samcodes.co.uk/code/",
44
"license": "MIT",
55
"tags": ["cross","haxe","utility","game","tool"],
66
"description": "Procedural word generation tool using a high order Markov process, back-off scheme, filtering and sorting",
7-
"version": "1.0.9",
8-
"releasenote": "Added additional utility functions, code cleanup",
7+
"version": "1.1.0",
8+
"releasenote": "Include word lists (training data) in the haxelib",
99
"contributors": ["samcodes"],
1010
"dependencies": {"sure": ""}
1111
}

package_haxelib.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tar -a -c -f markov-namegen.zip markov haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat
1+
tar -a -c -f markov-namegen.zip markov screenshots word_lists haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat

0 commit comments

Comments
 (0)