Skip to content

Commit cc5a16d

Browse files
committed
Bump version to 2.6.0
1 parent a95b0ae commit cc5a16d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Then create a project with a descriptive name.
3636
### 2. Add Wiredash to your pubspec.yaml
3737

3838
```bash
39-
$ flutter pub add wiredash:^2.5.0
39+
$ flutter pub add wiredash:^2.6.0
4040
```
4141

4242
```yaml
4343
dependencies:
4444
flutter:
4545
sdk: flutter
4646
...
47-
wiredash: ^2.5.0
47+
wiredash: ^2.6.0
4848
```
4949
5050
### 3. Wrap your root widget with Wiredash

lib/src/core/version.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@
5353
/// 230 -> 2.3.0
5454
/// 240 -> 2.4.0
5555
/// 250 -> 2.5.0
56-
const wiredashSdkVersion = 250;
56+
/// 260 -> 2.6.0
57+
const wiredashSdkVersion = 260;

0 commit comments

Comments
 (0)