Skip to content

Commit

Permalink
Version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata committed Aug 11, 2021
1 parent 09f2c06 commit efec79c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AudioAnchor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
CODE_SIGN_ENTITLEMENTS = AudioAnchor/AudioAnchor.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 49JCDB9D59;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = AudioAnchor/Info.plist;
Expand All @@ -482,7 +482,7 @@
CODE_SIGN_ENTITLEMENTS = AudioAnchor/AudioAnchor.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = 49JCDB9D59;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = AudioAnchor/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions AudioAnchorTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions AudioAnchorUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
</dict>
</plist>
6 changes: 6 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/wata/AudioAnchor/releases/download/0.1.0/AudioAnchor-0.1.0.zip" sparkle:version="2" sparkle:shortVersionString="0.1.0" length="1155804" type="application/octet-stream" sparkle:edSignature="5EVGVvgH+d+gTS3f22TyySG5Yq5MzXCdKDLweoTi6FP4yY4Hm2xxSPpO100sNJEV5SERO9CgL5uk5FlVYbE+CA=="/>
</item>
<item>
<title>0.1.0</title>
<pubDate>火, 10 8月 2021 01:09:07 +0900</pubDate>
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/wata/AudioAnchor/releases/download/0.1.1/AudioAnchor-0.1.1.zip" sparkle:version="3" sparkle:shortVersionString="0.1.1" length="1155729" type="application/octet-stream" sparkle:edSignature="9La1xSgLFIqjwfkLgx7p1G1QUEsDIuyRnlY4RUKDp1AOlzKdP6HnV2VPrhC09k+QCgWkHD90iyj/8ycZIE4kBQ=="/>
</item>
</channel>
</rss>

0 comments on commit efec79c

Please sign in to comment.