summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-05-16 13:41:43 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-05-16 13:41:43 -0400
commit5f82e7566cd7f225c2375657713a34d5d71098ba (patch)
tree17714bd6d3a73fe20ffa2ff386432fa72700b6dd /Cargo.toml
parentdd4240bdd40108dc6f7845075ab26586327e74d3 (diff)
Bump version number to 0.2.0
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 5e204d4..ef5bb13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2name = "adblock" 2name = "adblock"
3publish = false 3publish = false
4version = "0.1.4" 4version = "0.2.0"
5authors = ["Árni Dagur <arni@dagur.eu"] 5authors = ["Árni Dagur <arni@dagur.eu"]
6edition = "2018" 6edition = "2018"
7 7