Merge branch 'new-version' into 'master'
v0.3.1 See merge request mhart/DancingDroids!73
This commit is contained in:
		
						commit
						746897ed12
					
				@ -1,6 +1,6 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "dancing_droid"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
version = "0.3.1"
 | 
			
		||||
authors = ["mhart <martin-hart@protonmail.com>", "fiplox <vpatuta@protonmail.com>", "EliasCubz <benabdeslam.stephane@gmail.com>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# DancingDroids v0.3.0 
 | 
			
		||||
# DancingDroids v0.3.1
 | 
			
		||||
 | 
			
		||||
#### _When droids dance togethers_
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -196,7 +196,7 @@ fn display_grid(
 | 
			
		||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
 | 
			
		||||
    // We handle CLI flags here.
 | 
			
		||||
    let matches = App::new("DancingDroids")
 | 
			
		||||
        .version("0.3.0")
 | 
			
		||||
        .version("0.3.1")
 | 
			
		||||
        .about("When droids dance togethers")
 | 
			
		||||
        .arg(
 | 
			
		||||
            Arg::with_name("file")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user