diff --git a/Cargo.toml b/Cargo.toml index b9b7943..5aac340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neovide" -version = "0.8.0" +version = "0.9.0" authors = ["keith "] edition = "2018" build = "build.rs" @@ -73,7 +73,7 @@ incremental = true name = "Neovide" identifier = "com.neovide.neovide" icon = ["assets/neovide.ico"] -version = "0.8.0" +version = "0.9.0" resources = [] copyright = "Copyright (c) Keith 2021. All rights reserved." category = "Productivity" diff --git a/README.md b/README.md index bdfca69..49ce19a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Configuration is done almost completely via global neovide variables in your vim **Note**: Building instructions are somewhat limited at the moment. All the libraries I use are cross platform and should have support for Windows, Mac, and Linux. On Windows this should be enabled by default if you have a relatively recent system. -**Note**: Neovide requires neovim version 0.6 or greater if built from main, or 0.4 if downloaded from releases. +**Note**: Neovide requires neovim version 0.6 or greater. See previous releases such as `0.5.0` if your distro is too slow with updating. ### From binary diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 988a2a7..2bf15bb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: neovide # you probably want to 'snapcraft register ' base: core20 # the base snap is the execution environment for this snap -version: "0.8.0+git" +version: "0.9.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,