Skip to content

Commit b3259f4

Browse files
committed
Versionar para 0.1.1
1 parent d9b9c8a commit b3259f4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.1
2+
* Drop `dart:isolate` dependency to support Flutter Web.
3+
* Minor bug fix.
4+
15
# 0.1.0
26

37
* Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add this to your package's pubspec.yaml file:
1010

1111
```yaml
1212
dependencies:
13-
cuber: ^0.1.0
13+
cuber: ^0.1.1
1414
```
1515
1616
## Usage

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cuber
22
description: Dart implementation of Herbert Kociemba's two-phase algorithm for solving Rubik's Cube.
33
homepage: https://github.com/tiagohm/cuber
4-
version: 0.1.0
4+
version: 0.1.1
55

66
environment:
77
sdk: ">=2.8.0 <3.0.0"

0 commit comments

Comments
 (0)