Skip to content

Commit

Permalink
Merge pull request #34 from Carifio24/v3-5-0
Browse files Browse the repository at this point in the history
Version 3.5.0
  • Loading branch information
Carifio24 authored May 6, 2024
2 parents 7f46c0b + c972edc commit 5b0ffcd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 56 deletions.
5 changes: 4 additions & 1 deletion Data/UpdateInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<section name="v_3_4_0">
<item name="title">Version 3.4.0 update</item>
<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>
8 changes: 4 additions & 4 deletions Spellbook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic;
CURRENT_PROJECT_VERSION = 46;
CURRENT_PROJECT_VERSION = 49;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
Expand All @@ -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 All @@ -1038,7 +1038,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic;
CURRENT_PROJECT_VERSION = 46;
CURRENT_PROJECT_VERSION = 49;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
Expand All @@ -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

This file was deleted.

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 5b0ffcd

Please sign in to comment.