summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-12-03 20:00:08 +0100
committerÁrni Dagur <arni@dagur.eu>2021-12-03 20:53:02 +0100
commit671345e1578269c050894bc25c5b309d263efd24 (patch)
tree937a23a30493a64892b27e556337d260f76c2b48 /Cargo.toml
parent7ea9bd2330ef049bfed45c6627d732dcb709c046 (diff)
Bump version number to 0.5.1
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 04d8230..6ac767b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2publish = false 2publish = false
3name = "adblock" 3name = "adblock"
4version = "0.5.0" 4version = "0.5.1"
5edition = "2018" 5edition = "2018"
6authors = ["Árni Dagur <arni@dagur.eu>"] 6authors = ["Árni Dagur <arni@dagur.eu>"]
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"