Skip to content

Commit

Permalink
Correctly increment major version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed May 2, 2019
1 parent 8ad11c7 commit 663f8fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions device_calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* **BREAKING CHANGE** Updated Kotlin to version 1.3.21
* **BREAKING CHANGE** Updated Gradle plugin to 3.3.1 and distribution to 4.10.2

## 0.0.8 - 26th February 2019

* This was a breaking change that should've been incremented as major version update instead of a minor one. See changelog for 0.1.0 for the details

## 0.0.7 - 16th November 2018
* Fixes issue [#67](https://github.com/builttoroam/flutter_plugins/issues/67) and [#68](https://github.com/builttoroam/flutter_plugins/issues/68). Thanks to PR submitted by huzhiren.

Expand Down
2 changes: 1 addition & 1 deletion device_calendar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_calendar
description: A cross platform plugin for modifying calendars on the user's device.
version: 0.0.8
version: 0.1.0
author: Built to Roam <[email protected]>
homepage: https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar

Expand Down

0 comments on commit 663f8fc

Please sign in to comment.