Skip to content

Commit

Permalink
Merge pull request #36 from Carifio24/v3-6-0
Browse files Browse the repository at this point in the history
Bump version info for v3.6.0
  • Loading branch information
Carifio24 authored Sep 28, 2024
2 parents 1d26278 + 4666069 commit e7c245f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Data/UpdateInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@
<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>
<section name="v_3_6_0">
<item name="title">Version 3.6.0 update</item>
<item name="description">The spellbook has been updated to include spells from the &lt;b&gt;2024 Player\'s Handbook&lt;/b&gt;. As many of the spells from this book are new versions of those from previous sourcebooks, this update also adds an option to &lt;b&gt;hide duplicate spells&lt;/b&gt; between the 2024 PHB and previous sourcebooks. Toggling this option off will allow both versions to be shown in the spell list. If this option is enabled, one can choose whether they prefer to see &lt;b&gt;2024 or 2014&lt;/b&gt; versions of the spells. This setting can be adjusted on a &lt;b&gt;character-by-character basis&lt;/b&gt;.</item>
</section>
</root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Spellbook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 50;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
Expand All @@ -1027,7 +1027,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.5.0;
MARKETING_VERSION = 3.6.0;
PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1046,7 +1046,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 50;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
Expand All @@ -1056,7 +1056,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.5.0;
MARKETING_VERSION = 3.6.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: 5, patch: 0)
static let previousVersion = Version(major: 3, minor: 4, patch: 0)
static let version = Version(major: 3, minor: 6, patch: 0)
static let previousVersion = Version(major: 3, minor: 5, patch: 0)

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

Expand Down

0 comments on commit e7c245f

Please sign in to comment.