Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ace3d4a

Browse files
committed
Version bump
1 parent 4349106 commit ace3d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/app_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class AbstractModel extends EasyNotifier {}
1616
// * Make sure file is cleared when we logout (ChangeUserCommand)
1717
class AppModel extends AbstractModel {
1818
static const kFileName = "app-model";
19-
static const kVersion = "1.0.0-RC5";
19+
static const kVersion = "1.0.0-RC6";
2020

2121
// Enable "isGuestUser" if we have no current user, but firebase has been assigned a userId, and we have a current book.
2222
// This should cause the app to show a single scrap-board view, with read-only functionality.

0 commit comments

Comments
 (0)