v4.13.1
This commit is contained in:
Родитель
cd56fa566d
Коммит
e546c15bb1
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## v4.13.1
|
||||
|
||||
### New
|
||||
|
||||
- [Native] Implement about page
|
||||
|
||||
### Fixed
|
||||
- UI: Re-add accidentally removed actions
|
||||
|
||||
## v4.13.0
|
||||
|
||||
### New
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.handmadeideas.floccus"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 4013000
|
||||
versionName "4.13.0"
|
||||
versionCode 4013001
|
||||
versionName "4.13.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "floccus bookmarks sync",
|
||||
"short_name": "floccus",
|
||||
"version": "4.13.0",
|
||||
"version": "4.13.1",
|
||||
"description": "__MSG_DescriptionExtension__",
|
||||
"icons": {
|
||||
"48": "icons/logo.png",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "floccus",
|
||||
"version": "4.13.0",
|
||||
"version": "4.13.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "floccus",
|
||||
"version": "4.13.0",
|
||||
"version": "4.13.1",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"@byteowls/capacitor-oauth2": "^3.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "floccus",
|
||||
"version": "4.13.0",
|
||||
"version": "4.13.1",
|
||||
"description": "Sync your bookmarks privately across browsers and devices",
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
|
|
Загрузка…
Ссылка в новой задаче