Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Feb 17, 2021
1 parent 510320f commit 1155b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.omniawrite.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13000
versionName "1.3.0"
versionCode 13100
versionName "1.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
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": "omniawrite",
"version": "1.3.0",
"version": "1.3.1",
"main": "./src/electron.js",
"author": {
"name": "OmniaWrite",
Expand Down

1 comment on commit 1155b38

@vercel
Copy link

@vercel vercel bot commented on 1155b38 Feb 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.