Skip to content

Commit

Permalink
Release: Publish Android/iOS beta version 0.0.13 (#83)
Browse files Browse the repository at this point in the history
* Release Android/iOS beta version 0.0.13
  • Loading branch information
muhsin-k committed Mar 1, 2020
1 parent d96e709 commit 1c81fa5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
Binary file added .github/chat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,28 @@
---

<p align="center">
<img src="https://img.shields.io/github/license/chatwoot/chatwoot" alt="License">

<a href="https://github.com/react-native-community/releases/blob/master/CHANGELOG.md"><img src="https://img.shields.io/github/package-json/dependency-version/chatwoot/chatwoot-mobile-app/react-native?color=%2361dafb" alt="Project Dependencies"></a>
<img src="https://img.shields.io/discord/647412545203994635" alt="Discord">
<a href="https://discord.gg/cJXdrwS"><img src="https://img.shields.io/badge/chat-Discord-violet?logo=discord" alt="Chat on Discord"></a>
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="Chat on Discord"></a>
<img src="https://img.shields.io/github/license/chatwoot/chatwoot" alt="License">
</p>

## Features

- Log your Chatwoot account
- See all conversations
- Chat screen
- Filter conversations
- Settings
- ... and more to come!

<p float="left">
<img src=".github/login.jpg" alt="screenshot-1" width="150">
<img src=".github/list.jpg" alt="screenshot-2" width="150">
<img src=".github/filter.jpg" alt="screenshot-3" width="150">
<img src=".github/settings.jpg" alt="screenshot-4"width="150">
<img src=".github/chat.jpg" alt="screenshot-3"width="150">
<img src=".github/filter.jpg" alt="screenshot-4" width="150">
<img src=".github/settings.jpg" alt="screenshot-5"width="150">

</p>

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ android {
applicationId "com.chatwoot.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "0.0.12"
versionCode 13
versionName "0.0.13"
}
splits {
abi {
Expand Down
8 changes: 4 additions & 4 deletions ios/Chatwoot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -665,12 +665,12 @@
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 13;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 6C953F3RX2;
INFOPLIST_FILE = Chatwoot/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.12;
MARKETING_VERSION = 0.0.13;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -691,11 +691,11 @@
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 12;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = 6C953F3RX2;
INFOPLIST_FILE = Chatwoot/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.12;
MARKETING_VERSION = 0.0.13;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/mobile-app",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",
Expand Down

0 comments on commit 1c81fa5

Please sign in to comment.