-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rasmus Thomsen
committed
Feb 14, 2019
1 parent
64e8a5d
commit 4d9aff7
Showing
5 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gxi" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Brian Vincent <[email protected]>", "Rasmus Thomsen <[email protected]>"] | ||
homepage = "https://github.com/Cogitri/gxi" | ||
description = "GTK frontend, written in Rust, for the xi editor" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
project( | ||
'gxi', 'rust', | ||
version: '0.5.0', | ||
version: '0.5.1', | ||
license: 'MIT', | ||
) | ||
|
||
|