diff --git a/README.rst b/README.rst index 916b002..571d119 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ Introduction to turn_based_game ============================================================================== -ver 1.1.4 +ver 1.1.5 .. image:: https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png :height: 34 diff --git a/docs/index.rst b/docs/index.rst index 93cbd9a..82d5f5f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ Introduction to turn_based_game ============================================================================== -ver 1.1.4 +ver 1.1.5 This framework encapsulates the critical information (rules) needed for playing or simulating a turn-based game. diff --git a/turn_based_game.html b/turn_based_game.html index 71c84cf..5fb7f38 100644 --- a/turn_based_game.html +++ b/turn_based_game.html @@ -1200,7 +1200,7 @@

Methods

diff --git a/turn_based_game.nimble b/turn_based_game.nimble index 5b2727a..e7ba132 100644 --- a/turn_based_game.nimble +++ b/turn_based_game.nimble @@ -1,6 +1,6 @@ # Package -version = "1.1.4" +version = "1.1.5" author = "John Dupuy" description = "Game rules framework for turn-based games" license = "MIT"