Skip to content

Commit

Permalink
Update version to Alpha-0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seisatsu committed Oct 6, 2017
1 parent 8e05411 commit eac1c86
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Current features include:
* Timed callbacks
* Lightmaps
* Graphical occlusion
* Lazy map loading
* Rudimentary database for saving data between plays
* Simple widgets with TTF font support
* Powerful entity and widget description in JSON with Jinja2
Expand Down
2 changes: 1 addition & 1 deletion docsrc/000_User's_Manual.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is the User's Manual for Driftwood 2D **version Alpha-0.0.9**. Please make sure you are reading the manual for the correct version you are trying to use, as features will change rapidly during Alpha development stage.
This is the User's Manual for Driftwood 2D **version Alpha-0.0.10**. Please make sure you are reading the manual for the correct version you are trying to use, as features will change rapidly during Alpha development stage.

You can read the manual by selecting a topic on the left or by clicking "Next".

Expand Down
2 changes: 1 addition & 1 deletion docsrc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"edit_on_github": "seisatsu/Driftwood/blob/master/docs",
"links": {
"GitHub Repository": "https://github.com/seisatsu/Driftwood",
"Download Alpha-0.0.9": "https://github.com/seisatsu/Driftwood/releases/tag/Alpha-0.0.9",
"Download Alpha-0.0.10": "https://github.com/seisatsu/Driftwood/releases/tag/Alpha-0.0.10",
"Help/Support/Bugs": "https://github.com/seisatsu/Driftwood/issues",
"Made with DAUX.IO": "http://daux.io/"
}
Expand Down
3 changes: 2 additions & 1 deletion docsrc/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Driftwood 2D - Alpha-0.0.9
# Driftwood 2D - Alpha-0.0.10

* Copyright (c) 2014 PariahSoft LLC (Abandoned)
* Copyright (c) 2016-2017 Michael D. Reiley and Paul Merrill
Expand All @@ -21,6 +21,7 @@ The engine loads a world package made of images, sounds, maps, descriptive files
* Timed callbacks
* Lightmaps
* Graphical occlusion
* Lazy map loading
* Rudimentary database for saving data between plays
* Simple widgets with TTF font support
* Powerful entity and widget description in JSON with Jinja2
Expand Down
2 changes: 1 addition & 1 deletion src/configmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from typing import Any, ItemsView


VERSION = "Driftwood 2D Alpha-0.0.9"
VERSION = "Driftwood 2D Alpha-0.0.10"
COPYRIGHT = "Copyright 2016-2017 Michael D. Reiley and Paul Merrill"


Expand Down

0 comments on commit eac1c86

Please sign in to comment.