Skip to content

Commit

Permalink
Release prep for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orthros committed Aug 2, 2018
1 parent 3b5b3ce commit 20bb2a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
branch: master
dart: dev
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: epub
version: 1.3.1
version: 1.3.2
author: Colin Nelson <[email protected]>
description: Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
homepage: https://github.com/orthros/dart-epub
Expand Down

0 comments on commit 20bb2a4

Please sign in to comment.