From 4b7f0172f21e567cd835b1b5ec519a63023f767d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 23 May 2021 22:02:49 +0000 Subject: [PATCH] Update version to 1.1.0 --- relay-compiler-language-swift/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay-compiler-language-swift/package.json b/relay-compiler-language-swift/package.json index 99a901e..2844e0f 100644 --- a/relay-compiler-language-swift/package.json +++ b/relay-compiler-language-swift/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",