Skip to content

Commit

Permalink
Update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Oct 1, 2020
1 parent 77d4b3c commit f6c7ebb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ When asked for the default host triple, select `x86_64-pc-windows-gnu` (or
This will retrieve the last release.
```
git clone --branch v0.6.0 https://github.com/fengalin/media-toc
git clone --branch v0.7.0 https://github.com/fengalin/media-toc
cd media-toc
```
Expand Down
2 changes: 1 addition & 1 deletion application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "media-toc-application"
readme = "README.md"
repository = "https://github.com/fengalin/media-toc"
version = "0.6.99"
version = "0.7.0"

build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "media-toc"
readme = "README.md"
repository = "https://github.com/fengalin/media-toc"
version = "0.6.99"
version = "0.7.0"

[[bin]]
name = "media-toc"
Expand Down
2 changes: 1 addition & 1 deletion media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["multimedia", "chapter", "table-of-contents", "gtk3", "gstreamer"]
license = "MIT"
name = "media-toc-media"
repository = "https://github.com/fengalin/media-toc"
version = "0.6.99"
version = "0.7.0"

[lib]
name = "mediatocmedia"
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "media-toc-metadata"
readme = "README.md"
repository = "https://github.com/fengalin/media-toc"
version = "0.6.99"
version = "0.7.0"

[dependencies]
gettext-rs = { version = "0.5", features = ["gettext-system"] }
Expand Down
2 changes: 1 addition & 1 deletion renderers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "media-toc-renderers"
readme = "README.md"
repository = "https://github.com/fengalin/media-toc"
version = "0.6.99"
version = "0.7.0"

[lib]
name = "mediatocrenderers"
Expand Down
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "media-toc-ui"
readme = "README.md"
repository = "https://github.com/fengalin/media-toc"
version = "0.6.99"
version = "0.7.0"

[dependencies]
application = { path = "../application", package = "media-toc-application" }
Expand Down

0 comments on commit f6c7ebb

Please sign in to comment.