diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..64c4701 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## 1.1.2 +* Fixed issue with file being detected as entry point when had no main method \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index fa71732..d7b7432 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nomirrorsmap -version: 1.0.26 +version: 1.1.2 author: jrote1 description: A library for mapping without mirrors this includes JSON and Object to Object homepage: https://github.com/jrote1/nomirrorsmap.dart