This commit is contained in:
Marcel Klehr 2022-04-19 14:54:29 +02:00
Родитель cd56fa566d
Коммит e546c15bb1
5 изменённых файлов: 15 добавлений и 6 удалений

Просмотреть файл

@ -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",

4
package-lock.json сгенерированный
Просмотреть файл

@ -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",