From 6015386f22c61417cd2b2ae2860a9ad69c37f643 Mon Sep 17 00:00:00 2001 From: Djordje <46656919+DordeDimitrijev@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:58:15 +0100 Subject: [PATCH] Bump version to 9.0.1 (#2789) --- .github/ISSUE_TEMPLATE.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f57df8c4d..aab7c89ab 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -16,7 +16,7 @@ What actually happens? ### Reproducible Demo -* Download https://github.com/microsoft/react-native-code-push/archive/master.zip and unzip. From `Examples` folder run `node create-app.js appName react-native@0.71.19 react-native-code-push@9.0.0` command to generate plain CodePushified React Native app. Please see description on top of `create-app.js` file content if needed +* Download https://github.com/microsoft/react-native-code-push/archive/master.zip and unzip. From `Examples` folder run `node create-app.js appName react-native@0.71.19 react-native-code-push@9.0.1` command to generate plain CodePushified React Native app. Please see description on top of `create-app.js` file content if needed * If you can't reproduce the bug on it, provide us as much info as possible about your project ### Environment diff --git a/package-lock.json b/package-lock.json index 94cc19cf4..906cd2ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-code-push", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-code-push", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "code-push": "4.2.3", diff --git a/package.json b/package.json index b2f8f0cc1..ab2084c51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "9.0.0", + "version": "9.0.1", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",