Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bekker committed Mar 17, 2018
1 parent 2614def commit bbb4423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "msgbox"
version = "0.1.0"
version = "0.1.1"
authors = ["Jang Ryeol <ryeolj5911@gmail.com>"]
description = """
Simple, cross-platform message box GUI library.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Example use case is to show a modal when an error occurs in OpenGL applications.

```toml
[dependencies]
msgbox = "0.1.0"
msgbox = "0.1.1"
```

## Platform support
Expand Down
1 change: 1 addition & 0 deletions src/linux.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use ::gtk;
use ::gtk::prelude::*;
use ::gtk::{ButtonsType, DialogFlags, MessageType, MessageDialog};

Expand Down

0 comments on commit bbb4423

Please sign in to comment.