From 5792841c33b76faa61922356b85be4671c523762 Mon Sep 17 00:00:00 2001 From: heineiuo Date: Fri, 24 Apr 2020 13:49:51 +0800 Subject: [PATCH] v1.2.2 --- .github/{ => workflows}/release.yml | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/release.yml (100%) diff --git a/.github/release.yml b/.github/workflows/release.yml similarity index 100% rename from .github/release.yml rename to .github/workflows/release.yml diff --git a/package.json b/package.json index 50618fb..1ecce50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animated-linear-gradient", - "version": "1.2.1", + "version": "1.2.2", "description": "Animated linear gradient as background animation or other.", "main": "index.js", "scripts": {