summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2018-06-01 11:25:01 -0300
committerSoniEx2 <endermoneymod@gmail.com>2018-06-01 11:25:01 -0300
commit4c60c6022980357640d3e2afcfb29e9d84cddddb (patch)
treebd8f46dd0efd87947eb247f2cd94e56bb8b927ee /Cargo.toml
parentb9f4c3ce81aacdbdecc1d4fea16a0fa920258d87 (diff)
0.2.5 fix registered/unregistered check
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 a825e2b..341299a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "hexchat-plugin"
-version = "0.2.4"
+version = "0.2.5"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 description = "Lets you write HexChat plugins in Rust"
 license = "AGPL-3.0+"