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

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 19, 2019
1 parent 04e5ab9 commit 3f30bea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0"
version = "0.7.1"
authors = [
"Embark <opensource@embark-studios.com>",
"Anastasia Opara <anastasiaopara@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@ atty = "0.2.13"
indicatif = "0.13.0"
minifb = { version = "0.13.0", optional = true }
structopt = "0.3.4"
texture-synthesis = { version = "0.7.0", path = "../lib" }
texture-synthesis = { version = "0.7.1", path = "../lib" }

[features]
default = []
Expand Down
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.7.0"
version = "0.7.1"
authors = [
"Embark <opensource@embark-studios.com>",
"Anastasia Opara <anastasiaopara@gmail.com>",
Expand Down

0 comments on commit 3f30bea

Please sign in to comment.