Skip to content

Commit 5caf4c7

Browse files
committed
flutter_highlight v0.5.0
1 parent bc74f4d commit 5caf4c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

flutter_highlight/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0
2+
3+
- Use `highlight` v0.5.0
4+
15
## 0.4.0
26

37
- Use `highlight` v0.4.0

flutter_highlight/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_highlight
22
description: Syntax highlighting widget for Flutter with lots of languages and themes support.
3-
version: 0.4.0
3+
version: 0.5.0
44
author: Rongjian Zhang <pd4d10@gmail.com>
55
homepage: https://github.com/pd4d10/highlight
66

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
highlight: ^0.4.0
13+
highlight: ^0.5.0
1414

1515
dev_dependencies:
1616
flutter_test:

0 commit comments

Comments
 (0)