Skip to content

Commit 60783eb

Browse files
release: bump version to 0.11.1
1 parent 109cd9f commit 60783eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neovide"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55
build = "build.rs"
66
description = "Neovide: No Nonsense Neovim Gui"
@@ -102,7 +102,7 @@ debug = true
102102
name = "Neovide"
103103
identifier = "com.neovide.neovide"
104104
icon = ["assets/neovide.ico"]
105-
version = "0.11.0"
105+
version = "0.11.1"
106106
resources = []
107107
copyright = "Copyright (c) Neovide Contributors 2023. All rights reserved."
108108
category = "Productivity"

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: neovide # you probably want to 'snapcraft register <name>'
22
base: core20 # the base snap is the execution environment for this snap
3-
version: "0.11.0+git"
3+
version: "0.11.1+git"
44
summary: The snappiest vim editor you are likely to find.
55
description: |
66
This is a simple graphical user interface for Neovim. Where possible there are some graphical improvements,

0 commit comments

Comments
 (0)