diff options
| author | a14m <[email protected]> | 2020-12-12 01:26:16 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-12 01:26:16 +0100 |
| commit | 6efdc07ea344e38b45b77c65a26a45453cc69860 (patch) | |
| tree | be24734fac8dc72033d6c0e503f6090487b6a2d6 | |
| parent | 2a64a147e8d40785da42cedb1bbe77520e056fb4 (diff) | |
Pump version to deploy documentation
| -rw-r--r-- | CLI/ruby/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 2 | ||||
| -rw-r--r-- | CLI/ruby/lib/game_of_life/version.rb | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md index 1da2c60..18763e9 100644 --- a/CLI/ruby/CHANGELOG.md +++ b/CLI/ruby/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.2.1 +- Minor updates to the [yard documentation](https://rubydoc.info/gems/terminal_game_of_life/) + ## 0.2.0 - Support `--seed` option for populating the universe with pre-state diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 01a353f..72a5d74 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal_game_of_life (0.2.0) + terminal_game_of_life (0.2.1) thor (~> 1.0) GEM diff --git a/CLI/ruby/lib/game_of_life/version.rb b/CLI/ruby/lib/game_of_life/version.rb index 66f3225..9973d71 100644 --- a/CLI/ruby/lib/game_of_life/version.rb +++ b/CLI/ruby/lib/game_of_life/version.rb @@ -2,5 +2,5 @@ module GameOfLife # Game of life version number - VERSION = "0.2.0" + VERSION = "0.2.1" end |
