Skip to content

Commit

Permalink
Fixed next version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Mar 17, 2021
1 parent ae2c5c2 commit 924244e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root =
project
.in(file("."))
.settings(moduleName := "cloud-storage-extension")
.settings(version := "1.0.0")
.settings(version := "1.1.0")
.settings(orgSettings)
.settings(buildSettings)
.settings(Settings.projectSettings(scalaVersion))
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

* [1.2.0](changes_1.2.0.md)
* [1.1.0](changes_1.1.0.md)
* [1.0.0](changes_1.0.0.md)
* [0.9.0](changes_0.9.0.md)
* [0.8.0](changes_0.8.0.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cloud Storage Extension 1.2.0, released 2021-MM-DD
# Cloud Storage Extension 1.1.0, released 2021-MM-DD

## Features

Expand Down

0 comments on commit 924244e

Please sign in to comment.