Skip to content

Commit

Permalink
prepare for 1.1.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
plaird committed Jan 22, 2021
1 parent c40d08b commit 895efd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ On [our roadmap](https://github.com/salesforce/bazel-springboot-rule/projects/2)
```starlark
http_archive(
name = "bazel_springboot_rule",
sha256 = "5ddee1268e3a59dadc25d61539e43fff7b7991c2dcd7463d1cff363994d365a1",
sha256 = "94b0227d73c10fe7566e1faf12e101a8ea18b57322debe90d4ff3494e017592f",
urls = [
"https://github.com/salesforce/bazel-springboot-rule/releases/download/1.1.0/bazel-springboot-rule-1.1.0.zip",
"https://github.com/salesforce/bazel-springboot-rule/releases/download/1.1.1/bazel-springboot-rule-1.1.1.zip",
],
)
```
Expand Down
2 changes: 1 addition & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
#

RELEASE_VERSION=1.1.0
RELEASE_VERSION=1.1.1

rm -rf bazel-*

Expand Down

0 comments on commit 895efd5

Please sign in to comment.