Skip to content

Commit

Permalink
update to pdsv2
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Feb 16, 2024
1 parent ac6e99a commit 85faea4
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 249 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- pdsv2
env:
REGISTRY: ghcr.io
USERNAME: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@atproto/pds": "0.3.0-beta.3"
"@atproto/pds": "0.4.0-beta"
}
}
Loading

0 comments on commit 85faea4

Please sign in to comment.