Skip to content

Commit

Permalink
Create v1006.dart (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <leonardo@custodio.me>
  • Loading branch information
leonardocustodio authored May 15, 2024
1 parent 31fb35e commit 2627594
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/consts/matrix/canary/canary.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export 'v1002.dart';
export 'v1003.dart';
export 'v1004.dart';
export 'v1005.dart';
export 'v1006.dart';
1 change: 1 addition & 0 deletions lib/consts/matrix/canary/v1006.dart

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/consts/matrix/matrix.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import 'canary/canary.dart' as c;
import 'production/production.dart' as p;

String canary() {
return c.v1005;
return c.v1006;
}

String production() {
return p.v1005;
return p.v1006;
}
1 change: 1 addition & 0 deletions lib/consts/matrix/production/production.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export 'v1002.dart';
export 'v1003.dart';
export 'v1004.dart';
export 'v1005.dart';
export 'v1006.dart';
1 change: 1 addition & 0 deletions lib/consts/matrix/production/v1006.dart

Large diffs are not rendered by default.

0 comments on commit 2627594

Please sign in to comment.