Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit b36d22c

Browse files
authored
Bump version number to prepare for 0.1.4 release. (#67)
1 parent b96870a commit b36d22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ To use Skydoc, add the following to your `WORKSPACE` file:
2525
git_repository(
2626
name = "io_bazel_rules_sass",
2727
remote = "https://github.com/bazelbuild/rules_sass.git",
28-
tag = "0.0.2",
28+
tag = "0.0.3",
2929
)
3030
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
3131
sass_repositories()
3232

3333
git_repository(
3434
name = "io_bazel_skydoc",
3535
remote = "https://github.com/bazelbuild/skydoc.git",
36-
tag = "0.1.3",
36+
tag = "0.1.4",
3737
)
3838
load("@io_bazel_skydoc//skylark:skylark.bzl", "skydoc_repositories")
3939
skydoc_repositories()

0 commit comments

Comments
 (0)