Skip to content

Commit

Permalink
Update application version in code & README.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-nikol98 committed Jul 20, 2020
1 parent 9163c6e commit 02344f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GreenVsRed
## Author: Nedko Nikolov / nnikolov ##
### Version: 1.0.0 ###
### Version: 1.0.1 ###

A game that determines how many times a Cell within a Grid, containing a rectangular cell matrix, has a green color over the progression of the different generations of the Grids cell matrix, up to a certain targeted Grid generation.

Expand Down Expand Up @@ -42,4 +42,4 @@ Expected inputs from an user:
have its color tracked over N generations.
---
**The pre-compiled binary file of version: 1.0.0 can be found [here](https://github.com/n-nikol98/GreenVsRed/releases).**
**The pre-compiled binary file of version: 1.0.1 can be found [here](https://github.com/n-nikol98/GreenVsRed/releases).**
2 changes: 1 addition & 1 deletion src/com/nnikolov/green_vs_red/GreenVsRed.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Green Vs Red
*
* @author Nedko Nikolov / nnikolov
* @version 1.0.0
* @version 1.0.1
*
* A game that determines how many times a Cell within a Grid, containing a rectangular cell matrix, has a green color
* over the progression of the different generations of the Grids cell matrix, up to a certain targeted Grid generation.
Expand Down

0 comments on commit 02344f3

Please sign in to comment.