Skip to content

Commit

Permalink
pub updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Dec 29, 2020
1 parent 986bc8a commit abc85ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.3.0] - Decemeber 29, 2020
## [1.3.1] - Decemeber 29, 2020

- Introducing VxShapes with ext: VxCircle -> .circle(), VxEllipse -> .ellipse(), VxCapsule -> .capsule(), VxContinuousRectangle -> .continuousRectangle(), VxBevel -> .bevel(), VxTriangle -> .triangle() and VxTicket -> .ticket()
- VxPlatform added to create a common widget for different platforms.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.0"
version: "1.3.1"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: velocity_x
description: A minimalist Flutter framework for rapidly building custom designs.
version: 1.3.0
version: 1.3.1
homepage: https://velocityx.dev
repository: https://github.com/iampawan/VelocityX
documentation: https://velocityx.dev
Expand Down

0 comments on commit abc85ae

Please sign in to comment.