Skip to content

Commit

Permalink
[PLA-1658] Adds matrix&canary v1005 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Mar 6, 2024
1 parent 19ab04e commit a27062b
Show file tree
Hide file tree
Showing 5 changed files with 8 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 @@ -9,3 +9,4 @@ export 'v1001.dart';
export 'v1002.dart';
export 'v1003.dart';
export 'v1004.dart';
export 'v1005.dart';
2 changes: 2 additions & 0 deletions lib/consts/matrix/canary/v1005.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.v1004;
return c.v1005;
}

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

Large diffs are not rendered by default.

0 comments on commit a27062b

Please sign in to comment.