Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBev committed Sep 13, 2021
1 parent 65695ca commit 9b7171b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@

## [1.0.1-2] - 2021-07-23

* Fixed highlight parsing on web (issue #11)
* Fixed highlight parsing on web (issue #11)

## [1.0.2] - 2021-07-23

* removeChar & removeSelection methods added
* added onChange callback
* added enabled flag
* fixed middle dot issue
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1-2"
version: "1.0.2"
collection:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: code_text_field
description: A customizable code field supporting syntax highlighting, bi-directionnal scrolling and code modifiers
version: 1.0.1-2
version: 1.0.2
homepage: https://github.com/BertrandBev/code_field

environment:
Expand Down

0 comments on commit 9b7171b

Please sign in to comment.