Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
bump 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Sep 23, 2018
1 parent 5df416c commit 2401aae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.26

* ライブラリのバージョンを更新しました。
* Xcode 10 でビルドするようにしました。

## Version 0.25

* 定型文を挿入したあとにカーソル位置が文章末に移動してしまうのを修正しました。
Expand Down
4 changes: 2 additions & 2 deletions kotori/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.25</string>
<string>0.26</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -52,7 +52,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.25</string>
<string>0.26</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down
9 changes: 5 additions & 4 deletions sparkle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 0.25</title>
<title>Version 0.26</title>
<description>
<![CDATA[
<ul>
<li>定型文を挿入したあとにカーソル位置が文章末に移動してしまうのを修正しました。</li>
<li>ライブラリのバージョンを更新しました。</li>
<li>Xcode 10 でビルドするようにしました。</li>
</ul>
<p>以前のバージョンのアップデート情報については、<a href="https://github.com/Watson1978/kotori/releases">リリースノート</a>をご覧ください。</p>
]]>
</description>
<pubDate>Sun, 19 Nov 2017 01:18:15 +0900</pubDate>
<enclosure url="https://github.com/Watson1978/kotori/releases/download/v0.25/kotori_0.25.dmg" sparkle:version="0.25" type="application/octet-stream" length="4154428" sparkle:dsaSignature="MC0CFDThw+c9JeoSjQ6IpMZPJhqFeYZrAhUAh4Ylq7ZnWvsqXuMO7WHZePq/Eu8=" />
<pubDate>Mon, 24 Sep 2018 05:51:47 +0900</pubDate>
<enclosure url="https://github.com/Watson1978/kotori/releases/download/v0.26/kotori_0.26.dmg" sparkle:version="0.26" type="application/octet-stream" length="4454218" sparkle:dsaSignature="MCwCFC3VkkE7YzEO/3g25k7pOiefeM6VAhQkV1my5aU0FxI57L5EEMH58MNvig==" />
</item>
</channel>
</rss>

0 comments on commit 2401aae

Please sign in to comment.