fix some bugs
This commit is contained in:
@@ -10,6 +10,7 @@ export type Deployment = {
|
||||
};
|
||||
phase: Pahse;
|
||||
phaseSuccess: boolean;
|
||||
wholeSuccess: boolean;
|
||||
deployedAt: string;
|
||||
created: string;
|
||||
updated: string;
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const version = "Certimate v0.1.9";
|
||||
export const version = "Certimate v0.1.10";
|
||||
|
||||
Reference in New Issue
Block a user