Skip to content

Commit 03d20eb

Browse files
committed
Update Nylo version
1 parent 997ef30 commit 03d20eb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.4] - 2021-09-21
2+
3+
* Update Nylo version
4+
15
## [2.0.3] - 2021-09-21
26

37
* Pubspec.yaml dependency updates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://github.com/nylo-core/framework"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nylo-core/framework?style=plastic"></a>
77
</p>
88

9-
## Nylo Framework (v2.0.3)
9+
## Nylo Framework (v2.0.4)
1010

1111
Nylo is a micro-framework for Flutter which is designed to help simplify app development. Every project provides a simple boilerplate and MVC pattern to help you build apps easier.
1212

lib/nylo_framework.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export 'package:theme_provider/theme_provider.dart';
1010
export 'package:nylo_support/nylo.dart';
1111

1212
/// Nylo version
13-
const String nyloVersion = 'v2.0.2';
13+
const String nyloVersion = 'v2.0.4';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_framework
22
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3-
version: 2.0.3
3+
version: 2.0.4
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/framework
66
issue_tracker: https://github.com/nylo-core/framework/issues

0 commit comments

Comments
 (0)