1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 03:23:23 +00:00

bump versions

This commit is contained in:
Kyle Spearrin
2018-08-21 16:29:31 -04:00
parent cc58f7730e
commit 2616a5f500
4 changed files with 7 additions and 6 deletions

View File

@@ -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<Guid> CollectionIds { get; set; }
public DateTime RevisionDate { get; set; }
}