Settings Tab (#42)

* Settings tab
This commit is contained in:
Maciej Hirsz
2018-09-21 18:07:14 +02:00
committed by GitHub
parent 07b5880e5f
commit ca0ab38bd2
11 changed files with 422 additions and 101 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
export * from './helpers';
export * from './id';
export * from './block';
export * from './stringify';
import * as Types from './types';
import * as FeedMessage from './feed';
@@ -8,4 +9,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 = 11 as Types.FeedVersion;
export const VERSION: Types.FeedVersion = 12 as Types.FeedVersion;