Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
#21. Completing version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Apr 5, 2019
1 parent 45d0862 commit 52e3e9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## [0.1.1] - 2019-04-06

### Changed

* FileStamp for database file

### Fixed

* Fixing format and analyzer issues recommended after publish
* Fixing readme formatting issues

## [0.1.0] - 2019-04-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/lib/m8_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class M8Builder extends LibraryBuilder {
M8Builder.withWrapper(
{String generatedAdapterExtension = '.adapter.g.m8.dart',
String helpersExtension = '.g.m8.dart',
String databaseFileStamp = '0.1.0'})
String databaseFileStamp = '0.1.1'})
: super(
databaseHelperGenerator ??=
DatabaseHelperGenerator(databaseFileStamp, helpersExtension),
Expand Down
2 changes: 1 addition & 1 deletion src/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_sqlite_m8_generator
description: Flutter package to generate SQLite fixture in conjuction with the package flutter_orm_m8.
version: 0.1.0
version: 0.1.1
author: Mircea-Tiberiu MATEI<[email protected]>
homepage: https://github.com/matei-tm/flutter-sqlite-m8-generator

Expand Down

0 comments on commit 52e3e9b

Please sign in to comment.