Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 3, 2019
1 parent bd1cb75 commit d4a6698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "texture-synthesis-cli"
description = "A CLI for texture-synthesis"
repository = "https://github.com/EmbarkStudios/texture-synthesis"
version = "0.2.1"
version = "0.2.2"
authors = [
"Embark <[email protected]>",
"anastasia opara <[email protected]>",
Expand All @@ -26,4 +26,4 @@ indicatif = "0.11.0"
piston_window = "0.85.0"
rand = "0.6.4"
structopt = "0.3.0"
texture-synthesis = { version = "0.2.1", path = "../lib" }
texture-synthesis = { version = "0.2.2", path = "../lib" }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "texture-synthesis"
description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation"
repository = "https://github.com/EmbarkStudios/texture-synthesis"
version = "0.2.1"
version = "0.2.2"
authors = [
"Embark <[email protected]>",
"anastasia opara <[email protected]>",
Expand Down

0 comments on commit d4a6698

Please sign in to comment.