Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
appupgrade-dev committed Mar 28, 2023
1 parent 5d69206 commit ebc5c85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes will be documented in this file.

## [1.0.14] - 2023-03-28

* Update README docs.

## [1.0.13] - 2023-03-24

* Fix launch of store.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const App: () => Node = () => {
const xApiKey = "MDNmNmZkNDEtNmNkMi00NzY3LThjOWEtYWYxMGFjZWQ0ZjI2"; // Your project key
const appInfo = {
appId: 'com.android.com' or 'id1549468967', // Your app url in play store or app store
appId: 'com.android.com' or 'id1549468967', // Your app id in play store or app store
appName: 'Wallpaper app', // Your app name
appVersion: '1.0.0', // Your app version
platform: 'android', // App Platform, android or ios
Expand Down Expand Up @@ -79,7 +79,7 @@ import {appUpgradeVersionCheck} from 'app-upgrade-react-native-sdk';
export default function App() {
const xApiKey = "MDNmNmZkNDEtNmNkMi00NzY3LThjOWEtYWYxMGFjZWQ0ZjI2"; // Your project key
const appInfo = {
appId: 'com.android.com' or 'id1549468967', // Your app url in play store or app store
appId: 'com.android.com' or 'id1549468967', // Your app id in play store or app store
appName: 'Wallpaper app', // Your app name
appVersion: '1.0.0', // Your app version
platform: 'android', // App Platform, android or ios
Expand Down Expand Up @@ -125,7 +125,7 @@ const App: () => Node = () => {
const xApiKey = "MDNmNmZkNDEtNmNkMi00NzY3LThjOWEtYWYxMGFjZWQ0ZjI2"; // Your project key
const appInfo = {
appId: 'com.android.com' or 'id1549468967', // Your app url in play store or app store
appId: 'com.android.com' or 'id1549468967', // Your app id in play store or app store
appName: 'Wallpaper app', // Your app name
appVersion: '1.0.0', // Your app version
platform: 'android', // App Platform, android or ios
Expand Down Expand Up @@ -162,7 +162,7 @@ const App: () => Node = () => {
const xApiKey = "MDNmNmZkNDEtNmNkMi00NzY3LThjOWEtYWYxMGFjZWQ0ZjI2"; // Your project key
const appInfo = {
appId: 'com.android.com' or 'id1549468967', // Your app url in play store or app store
appId: 'com.android.com' or 'id1549468967', // Your app id in play store or app store
appName: 'Wallpaper app', // Your app name
appVersion: '1.0.0', // Your app version
platform: 'android', // App Platform, android or ios
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "app-upgrade-react-native-sdk",
"version": "1.0.13",
"version": "1.0.14",
"description": "Official App Upgrade react-native sdk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "App Upgrade <appupgrade.dev@gmail.com> (https://appupgrade.dev)",
"author": "App Upgrade <support@appupgrade.dev> (https://appupgrade.dev)",
"homepage": "https://github.com/appupgrade-dev/app-upgrade-react-native-sdk",
"repository": {
"type": "git",
Expand Down

0 comments on commit ebc5c85

Please sign in to comment.