From be6f62c238e54f79a273d31837b3c78f5445e123 Mon Sep 17 00:00:00 2001 From: nicohman Date: Wed, 15 May 2019 10:00:29 -0700 Subject: [PATCH] Increment version number --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3b2d65..6661261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gog" -version = "0.3.3" +version = "0.3.4" authors = ["nicohman "] repository = "https://git.sr.ht/~nicohman/gogapi-rs" description = "A crate to use the GOG web api" @@ -19,4 +19,4 @@ curl = "0.4" select = "0.4.2" user_agent = "0.6.5" time = "0.1.42" -cookie = "0.11.0" \ No newline at end of file +cookie = "0.11.0" -- 2.45.2