Skip to content

Commit

Permalink
Bump version to 0.10.3, this time properly
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Nov 7, 2022
1 parent 4ace628 commit 06986a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neovide"
version = "0.10.2"
version = "0.10.3"
edition = "2021"
build = "build.rs"
description = "Neovide: No Nonsense Neovim Gui"
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.2+git"
version: "0.10.3+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

0 comments on commit 06986a8

Please sign in to comment.