Skip to content

Commit cd75197

Browse files
committed
Version up. Update README.md
1 parent b7b33a4 commit cd75197

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ To try your new server create a new pad and choose it. You can make it the defau
4545
**Note:** The server hosts the user adds and their subdomains are now considered part of the _whitelist_. This means that http connections to these domains are allowed.
4646

4747
## Current version
48-
3.1
48+
3.2
4949

50-
### v3.1
50+
### v3.2
5151
- Minor bug fixes.
5252
- Minor QoL improvements.
5353
- Added CryptPad support.
54+
-
55+
### v3.1
56+
- Minor bug fixes.
5457

5558
### v3.0
5659
- Migrated database to Room.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId "com.mikifus.padland"
1414
minSdkVersion 19
1515
targetSdkVersion 34
16-
versionName '3.1'
16+
versionName '3.2'
1717
versionCode 28
1818
multiDexEnabled true
1919
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)