Skip to content

Commit d5e7ffb

Browse files
committed
FBCM-4154 Bump patch version and add name to authors
In order to cut a release we need to bump the version in `package.json`. Also added myself as an author in `spago.dhall`.
1 parent 1c2c8da commit d5e7ffb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-ocelot",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"private": true,
55
"scripts": {
66
"build-all": "make build",
@@ -21,4 +21,4 @@
2121
"request": "^2.88.0",
2222
"yarn": "^1.16.0"
2323
}
24-
}
24+
}

spago.dhall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Authors:
99
"Forest Toney <https://github.com/foresttoney>",
1010
"Hardy Jones <https://github.com/joneshf-cn>",
1111
"Vance Palacio <https://github.com/vanceism7>"
12+
"Gabe Johnson <https://github.com/citizengabe>"
1213
-}
1314

1415
{ name = "ocelot"

0 commit comments

Comments
 (0)