From 36a9068ebe0a963938d74485fe39df2ae8e08239 Mon Sep 17 00:00:00 2001 From: lucioroadtoglory Date: Tue, 21 Feb 2023 11:41:45 -0300 Subject: [PATCH] release: 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66de614..549154a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "graphql-formatter" -version = "1.0.0" +version = "1.1.0" dependencies = [ "graphql-parser", "walkdir", diff --git a/Cargo.toml b/Cargo.toml index 41e1032..06985a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphql-formatter" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html