diff --git a/README.md b/README.md
index 5693a43..c3d2ec0 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![Icon](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandLibrary/master/art/web_hi_res_144.png)
-The app currently has **5547** manual pages, **22+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
+The app currently has **6056** manual pages, **22+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
[![Play Store](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/play_store_badge.png)](https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca)
[![F-Droid](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/fdroid_badge.png)](https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca/)
diff --git a/android/src/main/java/com/inspiredandroid/linuxcommandbibliotheca/PreferenceUtil.kt b/android/src/main/java/com/inspiredandroid/linuxcommandbibliotheca/PreferenceUtil.kt
index 5417283..21c7211 100644
--- a/android/src/main/java/com/inspiredandroid/linuxcommandbibliotheca/PreferenceUtil.kt
+++ b/android/src/main/java/com/inspiredandroid/linuxcommandbibliotheca/PreferenceUtil.kt
@@ -47,6 +47,6 @@ class PreferenceUtil(private val context: Context) {
companion object {
const val KEY_BOOKMARKS = "KEY_BOOKMARKS"
const val KEY_DATABASE_VERSION = "DATABASE_VERSION"
- const val CURRENT_DATABASE_VERSION = 7
+ const val CURRENT_DATABASE_VERSION = 8
}
}
diff --git a/assets/database.db b/assets/database.db
index 182d01b..420edf4 100644
Binary files a/assets/database.db and b/assets/database.db differ
diff --git a/common/src/androidMain/kotlin/com/linuxcommandlibrary/shared/Platform.kt b/common/src/androidMain/kotlin/com/linuxcommandlibrary/shared/Platform.kt
index c17dd8d..1fe2c88 100644
--- a/common/src/androidMain/kotlin/com/linuxcommandlibrary/shared/Platform.kt
+++ b/common/src/androidMain/kotlin/com/linuxcommandlibrary/shared/Platform.kt
@@ -37,7 +37,6 @@ fun copyDatabase(context: Context, onUpdateStatus: (Int) -> Unit = {}) {
}
val file = File(databaseFolder, "database.db")
- println("Copy ${file.name} from assets to $file")
val inputStream = context.assets.open("database.db")
inputStream.copyToWithStatus(file.outputStream(), onUpdateStatus)
inputStream.close()
diff --git a/desktop/src/main/kotlin/com/linuxcommandlibrary/desktop/WebsiteBuilder.kt b/desktop/src/main/kotlin/com/linuxcommandlibrary/desktop/WebsiteBuilder.kt
index 5952b1c..6b45b31 100644
--- a/desktop/src/main/kotlin/com/linuxcommandlibrary/desktop/WebsiteBuilder.kt
+++ b/desktop/src/main/kotlin/com/linuxcommandlibrary/desktop/WebsiteBuilder.kt
@@ -886,13 +886,13 @@ class WebsiteBuilder {
if (showAd) {
div {
style = "text-align: center;"
- a("https://coindodo.io/stge") {
+ a("https://gala.fan/6-I5oCuOy") {
target = ATarget.blank
img {
style = "max-width: calc(100% - 4px);"
- src = "/images/af/stge.webp"
+ src = "/images/musicapp.webp"
attributes["loading"] = "lazy"
- width = "800"
+ width = "600"
}
}
}
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 59a110d..92cf690 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1,4 +1,4 @@
-The app currently has 5547 manual pages, 22 basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
+The app currently has 6056 manual pages, 22 basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
Categories
diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt
index 8b2cb91..6d23291 100644
--- a/fastlane/metadata/android/en-US/short_description.txt
+++ b/fastlane/metadata/android/en-US/short_description.txt
@@ -1 +1 @@
-5547 manual pages, 22 basic categories and a bunch of general terminal tips.
+6056 manual pages, 22 basic categories and a bunch of general terminal tips.