Fixing the zombie UI state

This commit is contained in:
maciejhirsz
2018-07-25 18:41:58 +02:00
parent 33c0acb21e
commit 0945d7b4d6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ import * as FeedMessage from './feed';
export { Types, FeedMessage };
// Increment this if breaking changes were made to types in `feed.ts`
export const VERSION: Types.FeedVersion = 6 as Types.FeedVersion;
export const VERSION: Types.FeedVersion = 7 as Types.FeedVersion;