Skip to content

Commit

Permalink
chore: bump nimona to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geoah committed Mar 2, 2021
1 parent d4ae741 commit e4a0109
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions artifacts/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<channel>
<title>mochi</title>
<item>
<title>0.6.1</title>
<pubDate>Tue, 02 Mar 2021 00:00:19 +0000</pubDate>
<title>0.6.2</title>
<pubDate>Tue, 02 Mar 2021 18:01:22 +0000</pubDate>
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/nimona/flutter-mochi/releases/download/v0.6.1/mochi-v0.6.1.zip" sparkle:version="9" sparkle:shortVersionString="0.6.1" length="26398651" type="application/octet-stream" sparkle:edSignature="RxkXbbfFDQRUwCPmEY64fVzAQE7c5P8uSTTJkRfP2e9a9ZRVEk1EFCl5UUm3lBQ2/TrQPKVHg3mQI+yXkfMLAw=="/>
<enclosure url="https://github.com/nimona/flutter-mochi/releases/download/v0.6.2/mochi-v0.6.2.zip" sparkle:version="10" sparkle:shortVersionString="0.6.2" length="26417122" type="application/octet-stream" sparkle:edSignature="Z/tg8dEwUJAmoUtm2Xg8cDjdby8YwFrg/lsHvBSFHUh59saVQPvRzC5qaGr7Cy2jYKBFjATa9M/Bh53QCMCnAQ=="/>
</item>
</channel>
</rss>
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = S8QB4VV633;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -442,7 +442,7 @@
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -465,7 +465,7 @@
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = LNCQ7FYZE7;
ENABLE_HARDENED_RUNTIME = YES;
FLUTTER_BUILD_NAME = 0.5.0;
Expand Down Expand Up @@ -573,7 +573,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = LNCQ7FYZE7;
ENABLE_HARDENED_RUNTIME = YES;
FLUTTER_BUILD_NAME = 0.5.0;
Expand Down Expand Up @@ -612,7 +612,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = LNCQ7FYZE7;
ENABLE_HARDENED_RUNTIME = YES;
FLUTTER_BUILD_NAME = 0.5.0;
Expand Down
4 changes: 2 additions & 2 deletions macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mochi
description: Mochi messenger
publish_to: none

version: 0.6.1
version: 0.6.2

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit e4a0109

Please sign in to comment.