Skip to content

Commit d7caacb

Browse files
committed
release: 2.1.1
1 parent bf16515 commit d7caacb

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

Ollamac.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
471471
CODE_SIGN_STYLE = Automatic;
472472
COMBINE_HIDPI_IMAGES = YES;
473-
CURRENT_PROJECT_VERSION = 9;
473+
CURRENT_PROJECT_VERSION = 10;
474474
DEAD_CODE_STRIPPING = YES;
475475
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
476476
DEVELOPMENT_TEAM = 84ZM7K56B5;
@@ -486,7 +486,7 @@
486486
"@executable_path/../Frameworks",
487487
);
488488
MACOSX_DEPLOYMENT_TARGET = 14.0;
489-
MARKETING_VERSION = 2.1.0;
489+
MARKETING_VERSION = 2.1.1;
490490
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
491491
PRODUCT_NAME = "$(TARGET_NAME)";
492492
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -503,7 +503,7 @@
503503
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
504504
CODE_SIGN_STYLE = Automatic;
505505
COMBINE_HIDPI_IMAGES = YES;
506-
CURRENT_PROJECT_VERSION = 9;
506+
CURRENT_PROJECT_VERSION = 10;
507507
DEAD_CODE_STRIPPING = YES;
508508
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
509509
DEVELOPMENT_TEAM = 84ZM7K56B5;
@@ -519,7 +519,7 @@
519519
"@executable_path/../Frameworks",
520520
);
521521
MACOSX_DEPLOYMENT_TARGET = 14.0;
522-
MARKETING_VERSION = 2.1.0;
522+
MARKETING_VERSION = 2.1.1;
523523
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
524524
PRODUCT_NAME = "$(TARGET_NAME)";
525525
SWIFT_EMIT_LOC_STRINGS = YES;

appcast.xml

+11-17
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,22 @@
33
<channel>
44
<title>Ollamac</title>
55
<item>
6-
<title>2.1.0</title>
7-
<pubDate>Sat, 13 Jul 2024 19:02:01 +0700</pubDate>
8-
<sparkle:version>9</sparkle:version>
9-
<sparkle:shortVersionString>2.1.0</sparkle:shortVersionString>
6+
<title>2.1.1</title>
7+
<pubDate>Thu, 25 Jul 2024 23:55:40 +0700</pubDate>
8+
<sparkle:version>10</sparkle:version>
9+
<sparkle:shortVersionString>2.1.1</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
1111
<description>
12-
<![CDATA[
13-
<h1>Ollamac v2.1.0</h1>
14-
<h3>What's New</h3>
12+
<![CDATA[
13+
<h1>Ollamac v2.1.1</h1>
14+
<h3>Bug Fixes</h3>
1515
<ul>
16-
<li><strong>New App Icon</strong>: Enjoy our fresh, new look with the updated app icon.</li>
17-
<li><strong>Code Highlighting</strong>: We've added code highlighting.</li>
18-
<li><strong>Custom Ollama Host</strong>: You can now add a custom Ollama host.</li>
16+
<li>Fixed: Default host field couldn't accept IP address input</li>
1917
</ul>
20-
<h3>Miscellaneous</h3>
21-
<ul>
22-
<li>Bug fixes and performance improvements.</li>
23-
</ul>
24-
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v2.1.0">Full Changelog</a>.</p>
25-
]]>
18+
<p>For a complete list of changes, visit our <a href="https://github.com/kevinhermawan/Ollamac/releases/tag/v2.1.1">Full Changelog</a>.</p>
19+
]]>
2620
</description>
27-
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v2.1.0/Ollamac-2.1.0.dmg" length="4971380" type="application/octet-stream" sparkle:edSignature="8sLpEFUhjYbYyf0Ko/W67bP0fst5o6LPHAb8ZVxCBtiy9SqEkomGxRERWnC83mo8mP7eGQpPHFb8oVmHsjJPBQ=="/>
21+
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v2.1.1/Ollamac-2.1.1.dmg" length="4960656" type="application/octet-stream" sparkle:edSignature="xT4SApJecO0lj3fidXMnt9M70AFg63EKUxTlC0C1QKHPYSnhRqah31++6gdZDoMO1L+BpdhwXbQ2JP5ecxHbBQ=="/>
2822
</item>
2923
</channel>
3024
</rss>

0 commit comments

Comments
 (0)