-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
91889f9
commit 8b1f35f
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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,10 +1,10 @@ | ||
name: x11-cr | ||
version: 0.1.0 | ||
name: x11 | ||
version: 0.2.0 | ||
|
||
authors: | ||
- Tamás Szekeres <[email protected]> | ||
|
||
description: | | ||
X11 bindinds for Crystal language. | ||
X11 bindings for Crystal language. | ||
license: MIT |
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,3 +1,3 @@ | ||
module X11 | ||
VERSION = "0.1.0" | ||
VERSION = "0.2.0" | ||
end |