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

Commit

Permalink
Bump version number to prepare for 0.1.4 release. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzchen committed Nov 27, 2017
1 parent b96870a commit b36d22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ To use Skydoc, add the following to your `WORKSPACE` file:
git_repository(
name = "io_bazel_rules_sass",
remote = "https://github.com/bazelbuild/rules_sass.git",
tag = "0.0.2",
tag = "0.0.3",
)
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
sass_repositories()

git_repository(
name = "io_bazel_skydoc",
remote = "https://github.com/bazelbuild/skydoc.git",
tag = "0.1.3",
tag = "0.1.4",
)
load("@io_bazel_skydoc//skylark:skylark.bzl", "skydoc_repositories")
skydoc_repositories()
Expand Down

0 comments on commit b36d22c

Please sign in to comment.