Skip to content

Commit

Permalink
Update project info and add update text for v3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Apr 30, 2024
1 parent 7f46c0b commit 0cb4020
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Data/UpdateInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@
<item name="description">The spellbook has been updated with the following new features:&lt;br/&gt;&lt;br/&gt;&#8226; The ability to filter spells by royalty has been added.&lt;br/&gt;&lt;br/&gt;&#8226; The count for each spell list is now shown next to the list name in both the side menu and the bottom navigation bar.&lt;br/&gt;&lt;br/&gt;Additionally, this update fixes some typos and mistakes in the text for a few spells.</item>
</item>
</section>
<section name="v_3_5_0">
<item name="title">Version 3.5.0 update</item>
<item name="description">The spellbook has been updated with the following new features:&lt;br/&gt;&lt;br/&gt;&#8226; Content from &lt;b&gt;The Book of Many Things&lt;/b&gt; has been added.&lt;/b&gt;.&lt;br/&gt;&lt;br/&gt;&#8226; The higher level text for &lt;b&gt;Erupting Earth&lt;/b&gt; has been corrected.&lt;/b&gt;.&lt;br/&gt;&lt;br/&gt;&#8226; The spellcasting information has been updated with a description of the royalty component.</item>
</section>
</root>
4 changes: 2 additions & 2 deletions Spellbook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.5.0;
PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1048,7 +1048,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.4.0;
MARKETING_VERSION = 3.5.0;
PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions Spellbook/VersionInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import SWXMLHash

class VersionInfo {

static let version = Version(major: 3, minor: 4, patch: 0)
static let previousVersion = Version(major: 3, minor: 3, patch: 0)
static let version = Version(major: 3, minor: 5, patch: 0)
static let previousVersion = Version(major: 3, minor: 4, patch: 0)

static let currentVersionKey = "v_" + version.string(separator: "_")

Expand Down

0 comments on commit 0cb4020

Please sign in to comment.