From 2616a5f500ca1d14571f04232dddd92f728565a7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 21 Aug 2018 16:29:31 -0400 Subject: [PATCH] bump versions --- src/Android/Properties/AndroidManifest.xml | 2 +- src/App/Models/PushNotification.cs | 3 ++- src/iOS.Extension/Info.plist | 4 ++-- src/iOS/Info.plist | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml index 7ec165848..f189354a0 100644 --- a/src/Android/Properties/AndroidManifest.xml +++ b/src/Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/src/App/Models/PushNotification.cs b/src/App/Models/PushNotification.cs index 903c25905..5a8d1155f 100644 --- a/src/App/Models/PushNotification.cs +++ b/src/App/Models/PushNotification.cs @@ -1,6 +1,6 @@ using System; +using System.Collections.Generic; using Bit.App.Enums; -using Newtonsoft.Json.Linq; namespace Bit.App.Models { @@ -19,6 +19,7 @@ namespace Bit.App.Models public string Id { get; set; } public string UserId { get; set; } public string OrganizationId { get; set; } + public List CollectionIds { get; set; } public DateTime RevisionDate { get; set; } } diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist index d293d9ca9..6b2cb03ff 100644 --- a/src/iOS.Extension/Info.plist +++ b/src/iOS.Extension/Info.plist @@ -11,11 +11,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.18.0 + 1.18.1 CFBundleSignature ???? CFBundleVersion - 35 + 36 NSExtension NSExtensionAttributes diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 74c655eb3..b63732baf 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -28,11 +28,11 @@ CFBundleIdentifier com.8bit.bitwarden CFBundleVersion - 35 + 36 UILaunchStoryboardName LaunchScreen CFBundleShortVersionString - 1.18.0 + 1.18.1 UIMainStoryboardFile~ipad LaunchScreen UIViewControllerBasedStatusBarAppearance