Skip to content

Commit

Permalink
chore: bump to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
geoah committed Feb 7, 2021
1 parent 2c68a05 commit 1f9c15c
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.4.4</title>
<pubDate>Sun, 07 Feb 2021 19:27:28 +0000</pubDate>
<title>0.4.5</title>
<pubDate>Sun, 07 Feb 2021 19:34:04 +0000</pubDate>
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/nimona/flutter-mochi/releases/download/v0.4.4/mochi-v0.4.4.zip" sparkle:version="4" sparkle:shortVersionString="0.4.4" length="26474842" type="application/octet-stream" sparkle:edSignature="xpaBu225ybawkr8Ejo27RNuGTGMaVsbhYRsTBLomiSbRELDFd91e35PzaTRJgNZZBFSFc8cGEl6zTOdEyH7eDA=="/>
<enclosure url="https://github.com/nimona/flutter-mochi/releases/download/v0.4.5/mochi-v0.4.5.zip" sparkle:version="5" sparkle:shortVersionString="0.4.5" length="27009006" type="application/octet-stream" sparkle:edSignature="gZflhno+xXqOnkj3Hc1JgBGBfLWKTP/WlKeJk9dWrljZn0mYWEaRYDSylpB2TGhdL6MPN1DEQyVoilPy1TNUAA=="/>
</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 = 4;
CURRENT_PROJECT_VERSION = 5;
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 = 4;
CURRENT_PROJECT_VERSION = 5;
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 = 4;
CURRENT_PROJECT_VERSION = 5;
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.4.4</string>
<string>0.4.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</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 = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = LNCQ7FYZE7;
ENABLE_HARDENED_RUNTIME = YES;
FLUTTER_BUILD_NAME = 0.4.2;
Expand Down Expand Up @@ -573,7 +573,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = LNCQ7FYZE7;
ENABLE_HARDENED_RUNTIME = YES;
FLUTTER_BUILD_NAME = 0.4.2;
Expand Down Expand Up @@ -612,7 +612,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = LNCQ7FYZE7;
ENABLE_HARDENED_RUNTIME = YES;
FLUTTER_BUILD_NAME = 0.4.2;
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.4.4</string>
<string>0.4.5</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</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.4.4
version: 0.4.5

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

0 comments on commit 1f9c15c

Please sign in to comment.