diff --git a/app/build.gradle b/app/build.gradle
index a364d21c..823dc24a 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -15,8 +15,8 @@ android {
applicationId "dnd.jon.spellbook"
minSdkVersion 24
targetSdkVersion 35
- versionCode 40050001
- versionName "4.5.0"
+ versionCode 40060000
+ versionName "4.6.0"
signingConfig signingConfigs.release
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java b/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java
index 2e73a51c..7cf0a663 100644
--- a/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java
+++ b/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java
@@ -2,15 +2,15 @@
class GlobalInfo {
- static final Version VERSION = new Version(4,5,0);
+ static final Version VERSION = new Version(4,6,0);
static final String VERSION_CODE = VERSION.string();
// We don't always want to show an update message
// i.e. for updates that are pure bugfixes, the old message may be
// more useful to users
- static final Version UPDATE_LOG_VERSION = new Version(4,5,0);
+ static final Version UPDATE_LOG_VERSION = new Version(4,6,0);
static final String UPDATE_LOG_CODE = UPDATE_LOG_VERSION.string();
- static final int UPDATE_LOG_DESCRIPTION_ID = R.string.update_04_05_00_description;
+ static final int UPDATE_LOG_DESCRIPTION_ID = R.string.update_04_06_00_description;
static final int ANDROID_VERSION = android.os.Build.VERSION.SDK_INT;
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index 799fc8bd..c4d17310 100755
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -549,6 +549,7 @@
O livro de feitiços foi atualizado para adicionar a descrição da versão em Português do Beast Bond, que antes estava vazia.
O livro de feitiços foi atualizado com alterações para oferecer suporte ao Android 15. Esta atualização também corrige vários bugs:\n\n\u2022O modo de tela dividida agora é compatível com tablets\n\n\u2022Corrigido um bug em que a seta de classificação de cor errada podia ser usada no modo escuro\n\n\u2022Corrigido um bug em que as opções de filtro podiam ser redefinidas ao alterar os temas
O grimório foi atualizado para incluir feitiços de Forgotten Realms: Heroes of Faerûn.\n\nAlém disso, esta atualização adiciona a possibilidade de criar atalhos para feitiços específicos na tela inicial.
+ O grimório foi atualizado para incluir a nova lista de magias e magias de Artífice de Eberron: A Forja do Artífice.
Renomear
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 65c59bbd..202ffafb 100755
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -552,6 +552,7 @@
The spellbook has been updated to add the description for the Portuguese version of Beast Bond, which was previously empty.
The spellbook has been updated with changes to support Android 15. This update also fixes several bugs:\n\n\u2022Splitscreen mode is now supported on tablets\n\n\u2022Fix a bug where the wrong color sort arrow could be used in dark mode\n\n\u2022Fix a bug where filter options could be reset when changing themes
The spellbook has been updated to include spells from Forgotten Realms: Heroes of Faerûn.\n\nAdditionally, this update adds the ability to add shortcuts to specific spells on the home screen.
+ The spellbook has been updated to include the new spell and Artificer spell list from Eberron: Forge of the Artificer.
Rename