diff --git a/CHANGELOG.md b/CHANGELOG.md index e90698f..1bdc9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.1 +* Drop `dart:isolate` dependency to support Flutter Web. +* Minor bug fix. + # 0.1.0 * Initial release. \ No newline at end of file diff --git a/README.md b/README.md index 8046ce4..af25fcb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - cuber: ^0.1.0 + cuber: ^0.1.1 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 61ae682..d081bf1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: cuber description: Dart implementation of Herbert Kociemba's two-phase algorithm for solving Rubik's Cube. homepage: https://github.com/tiagohm/cuber -version: 0.1.0 +version: 0.1.1 environment: sdk: ">=2.8.0 <3.0.0"