Skip to content

Commit f3df542

Browse files
authored
Update module.bazel to 0.0.5 (#49)
These should be in sync Signed-off-by: Maxwell Elliott <maxwell@elliott.now>
1 parent be99422 commit f3df542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "sourcekit_bazel_bsp",
3-
version = "0.0.1",
3+
version = "0.0.5",
44
compatibility_level = 0,
55
)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- Add the following to your `MODULE.bazel` file:
4242

4343
```python
44-
bazel_dep(name = "sourcekit_bazel_bsp", version = "0.0.4", repo_name = "sourcekit_bazel_bsp")
44+
bazel_dep(name = "sourcekit_bazel_bsp", version = "0.0.5", repo_name = "sourcekit_bazel_bsp")
4545
```
4646

4747
- Define a `setup_sourcekit_bsp` in a BUILD.bazel file in the root of your workspace:

0 commit comments

Comments
 (0)