diff --git a/Cargo.lock b/Cargo.lock index cb6da5d..75561f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "iz80" -version = "0.3.7" +version = "0.3.8" diff --git a/Cargo.toml b/Cargo.toml index b31fd41..eede1e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iz80" -version = "0.3.7" +version = "0.3.8" authors = ["Ivan Izaguirre "] edition = "2018" license = "BSD-3-Clause" diff --git a/publishing.txt b/publishing.txt index a2107f1..91663e4 100644 --- a/publishing.txt +++ b/publishing.txt @@ -1,4 +1,4 @@ Reminder: -- Change the version in Cargo.toml, rebuild and commit +- Change the version in Cargo.toml, rebuild, commit and push - Create a tag (git tag v0.3.4) and push (git push --tags) -- Publish (cargo publish) \ No newline at end of file +- Publish (cargo publish)