Skip to content

Commit

Permalink
Bump version to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethku committed Apr 9, 2023
1 parent fdfa974 commit 50f4d0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neovide"
version = "0.10.3"
version = "0.10.4"
edition = "2021"
build = "build.rs"
description = "Neovide: No Nonsense Neovim Gui"
Expand Down Expand Up @@ -81,7 +81,7 @@ strip = true
name = "Neovide"
identifier = "com.neovide.neovide"
icon = ["assets/neovide.ico"]
version = "0.10.3"
version = "0.10.4"
resources = []
copyright = "Copyright (c) Neovide Contributors 2023. All rights reserved."
category = "Productivity"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.10.3+git"
version: "0.10.4+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,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ vim.g.neovide_padding_right = 0
vim.g.neovide_padding_left = 0
```

**Unreleased yet.**
**Available since 0.10.4.**

Controls the space between the window border and the actual Neovim, which is filled with the
background color instead.
Expand Down

0 comments on commit 50f4d0d

Please sign in to comment.