Skip to content

Commit

Permalink
last flutter version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoBertotti committed Jan 30, 2021
1 parent d532301 commit ae809a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ export const environment = {
name: "1.0.0",
code: 1,
},
{
name: "1.0.1",
code: 2,
},
//TODO onupdate
],
current: 1, //TODO onupdate
current: 2, //TODO onupdate
},
webClient: {
versions: [
Expand Down

0 comments on commit ae809a2

Please sign in to comment.