Skip to content

Commit

Permalink
Versionar para 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Aug 21, 2020
1 parent d9b9c8a commit b3259f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.1
* Drop `dart:isolate` dependency to support Flutter Web.
* Minor bug fix.

# 0.1.0

* Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
cuber: ^0.1.0
cuber: ^0.1.1
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b3259f4

Please sign in to comment.