From 20bb2a4990c3ff09351ecad952d0fd43eb54f72d Mon Sep 17 00:00:00 2001 From: orthros Date: Wed, 1 Aug 2018 20:10:12 -0700 Subject: [PATCH] Release prep for 1.3.2 --- .travis.yml | 4 ++-- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86c98810..323796bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ before_script: - pub get script: ./tool/travis.sh deploy: - dart: dev provider: script script: ./tool/publish.sh skip_cleanup: true on: - branch: master \ No newline at end of file + branch: master + dart: dev \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2949fc..48e94d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.3.2] - 2018-08-01 +### Changed +- Updates to Travis configuration and publishing + ## [1.3.1] - 2018-08-01 ### Changed - Updates to Travis configuration and publishing diff --git a/pubspec.yaml b/pubspec.yaml index c1729262..856a5c57 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: epub -version: 1.3.1 +version: 1.3.2 author: Colin Nelson description: Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter homepage: https://github.com/orthros/dart-epub