diff --git a/Cargo.lock b/Cargo.lock index fcbf975..ce8543d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,7 +1314,7 @@ checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d" [[package]] name = "neovide" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "cfg-if 0.1.10", diff --git a/Cargo.toml b/Cargo.toml index ab19e2d..6a13437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neovide" -version = "0.7.0" +version = "0.8.0" authors = ["keith "] edition = "2018" build = "build.rs" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0b167de..f3e7999 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: neovide # you probably want to 'snapcraft register ' base: core18 # the base snap is the execution environment for this snap -version: "0.7.0+git" +version: "0.8.0+git" summary: The snappiest vim editor you are likely to find. description: | This is a simple graphical user interface for Neovim. Where possible there are some graphical improvements,