From 507e0b671fe1496c6a9046763c9cf2d4c9330589 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 15 Dec 2021 01:50:14 +0000 Subject: [PATCH] Bump version number --- CHANGELOG.md | 5 ++++- dox/generate_docs.sh | 2 +- haxelib.json | 6 +++--- package_haxelib.bat | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f95fbe..4ab1eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,4 +26,7 @@ * Bug fix for backoff functionality, code cleanup. ## 1.0.9 -* Bug fix to avoid endless loop when prior is greater than 0, code cleanup. \ No newline at end of file +* Bug fix to avoid endless loop when prior is greater than 0, code cleanup. + +## 1.1.0 +* Included word lists (training data) in the library. \ No newline at end of file diff --git a/dox/generate_docs.sh b/dox/generate_docs.sh index 04a0982..07d727c 100644 --- a/dox/generate_docs.sh +++ b/dox/generate_docs.sh @@ -12,4 +12,4 @@ rm -f types.xml haxe build.hxml # Generate the documentation. -haxelib run dox -i types.xml -theme ./themes/samcodes --title "Markov Namegen API" -D version 1.0.9 --include "(markov)" -o generated_docs \ No newline at end of file +haxelib run dox -i types.xml -theme ./themes/samcodes --title "Markov Namegen API" -D version 1.1.0 --include "(markov)" -o generated_docs \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index 7c12d9d..a65fdad 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,11 +1,11 @@ { "name": "markov-namegen", - "url": "http://samcodes.co.uk/code/", + "url": "https://samcodes.co.uk/code/", "license": "MIT", "tags": ["cross","haxe","utility","game","tool"], "description": "Procedural word generation tool using a high order Markov process, back-off scheme, filtering and sorting", - "version": "1.0.9", - "releasenote": "Added additional utility functions, code cleanup", + "version": "1.1.0", + "releasenote": "Include word lists (training data) in the haxelib", "contributors": ["samcodes"], "dependencies": {"sure": ""} } \ No newline at end of file diff --git a/package_haxelib.bat b/package_haxelib.bat index 97e4d2c..9fc905f 100644 --- a/package_haxelib.bat +++ b/package_haxelib.bat @@ -1 +1 @@ -tar -a -c -f markov-namegen.zip markov haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat \ No newline at end of file +tar -a -c -f markov-namegen.zip markov screenshots word_lists haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat \ No newline at end of file