Bump version to 0.9.0

macos-click-through
MultisampledNight 2 years ago
parent 86aa2751a1
commit e2088c5d2d
No known key found for this signature in database
GPG Key ID: 02B1BAF6A675FF9B

@ -1,6 +1,6 @@
[package]
name = "neovide"
version = "0.8.0"
version = "0.9.0"
authors = ["keith <keith@the-simmons.net>"]
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"

@ -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

@ -1,6 +1,6 @@
name: neovide # you probably want to 'snapcraft register <name>'
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,

Loading…
Cancel
Save