Skip to content

Commit d2cd06d

Browse files
authored
Prepare for v0.2.0
Prepare for v0.2.0
2 parents 7b23255 + 8ec47f4 commit d2cd06d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "rules_browsers",
5-
version = "0.1.0",
5+
version = "0.2.0",
66
)
77

88
# Load browsers for tests.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rules_browsers",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)