Skip to content

Commit

Permalink
Versionar para 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Jun 23, 2021
1 parent a48c47f commit c41abe8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.3.0
* Null safety support.

# 0.2.0
* Implement auto-reorientation when using `Cube.from` and `Cube.of`.
* Support to generate SVG image of the cube.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
cuber: ^0.2.0
cuber: ^0.3.0
```
## 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.2.0
version: 0.3.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit c41abe8

Please sign in to comment.