Skip to content

Commit

Permalink
Bumped up app version to 1.0.4 and updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakpranesh <[email protected]>
  • Loading branch information
sarthakpranesh committed Sep 2, 2020
1 parent 154c05e commit 0fb985d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.3"
versionName "1.0.4"
multiDexEnabled true
}
splits {
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": "cosmos.ReactNative",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Latest Release: [Cosmos](https://github.com/sarthakpranesh/cosmos.ReactNative/re
|--- |--- |--- |
|Box |Created separate boxes filled with people who are interested in a common topic |As the main aim of the project is to try to provide a more professional social platform, it is necessary we take steps that lets a common audience see a particular set of content. |
|Reactions |React to posts by clicking icons as per your wish |Lets the users react to posts to showcase their agreement or disagreement from the post, currently there are three types of reaction a user can give (Like, Meh, Sad) |
|Double tap to like |Click on a post image two time in a short duration to like the post |Users get a quick like feature which they can use more easily to like posts. Adds on to the user experience |
|Comments |Click the message/comment icon on the right of the post and start a discussion |Reactions sometime aren't able to disclose what an individual might have to share with others on the topic, hence they can leave a comment let other know what they feel or want to share |
|Cartoon Friends |They help the user get started with the app and provide valuable information in a cute and innovative manner |Error, inactivity or onboarding information might get very boring for the end user at times. Cartoon friends help the user stay involved and pass this required message to the user. |
|Minimal Notification |You get notifications from default |All new posts in a current box give notifications |

<br/>
Expand Down

0 comments on commit 0fb985d

Please sign in to comment.