summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2018-06-01 11:02:38 -0300
committerSoniEx2 <endermoneymod@gmail.com>2018-06-01 11:02:38 -0300
commitb9f4c3ce81aacdbdecc1d4fea16a0fa920258d87 (patch)
tree83a5f738079fea15ec83858e4493b0722c36e29f /Cargo.toml
parent1e6b5722363946464777f522dc29685acdd45ce9 (diff)
Getters for plugin name/desc/vers
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9bec4d..a825e2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "hexchat-plugin"
-version = "0.2.3"
+version = "0.2.4"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 description = "Lets you write HexChat plugins in Rust"
 license = "AGPL-3.0+"