Skip to content

Commit 1abcf5e

Browse files
committed
Bump version to 0.0.7-M3
1 parent a757692 commit 1abcf5e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ development a breeze.
88

99
## modules
1010

11-
Depend on [pureharm kernel, config, json](https://github.com/busymachines/pureharm/releases) `0.0.7-M1`
11+
Depend on [pureharm kernel, config, json](https://github.com/busymachines/pureharm/releases) `0.0.7-M3`
1212

1313
The available modules are (for Scala 2.13):
1414

15-
- `"com.busymachines" %% s"pureharm-aws-core" % "0.0.7-M1"`
16-
- `"com.busymachines" %% s"pureharm-aws-s3" % "0.0.7-M1"`
17-
- `"com.busymachines" %% s"pureharm-aws-sns" % "0.0.7-M1"`
18-
- `"com.busymachines" %% s"pureharm-aws-cloudfront" % "0.0.7-M1"`
19-
- `"com.busymachines" %% s"pureharm-aws-logger" % "0.0.7-M1"`
15+
- `"com.busymachines" %% s"pureharm-aws-core" % "0.0.7-M3"`
16+
- `"com.busymachines" %% s"pureharm-aws-s3" % "0.0.7-M3"`
17+
- `"com.busymachines" %% s"pureharm-aws-sns" % "0.0.7-M3"`
18+
- `"com.busymachines" %% s"pureharm-aws-cloudfront" % "0.0.7-M3"`
19+
- `"com.busymachines" %% s"pureharm-aws-logger" % "0.0.7-M3"`
2020

2121
### For the impatient
2222

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.0.7-M2"
1+
version in ThisBuild := "0.0.7-M3"

0 commit comments

Comments
 (0)