From 42d0557612bcc102aa6b74be3b19f2028b7a9a47 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 6 Dec 2021 21:19:58 -0600 Subject: [PATCH] :sparkles: release: bump to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d17c6d..edb59c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "lookaround" -version = "0.1.1" +version = "0.1.2" dependencies = [ "mac_address", "rand", diff --git a/Cargo.toml b/Cargo.toml index fce725b..039a230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0" name = "lookaround" readme = "README.md" repository = "https://six-five-six-four.com/git/reactor/lookaround" -version = "0.1.1" +version = "0.1.2" [dependencies] mac_address = "1.1.2"