Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeCheneler committed Jan 4, 2025
1 parent fd7ae12 commit 66df8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ git commit -m "docs: update documentation"
...
```

### Releasing
### Releasing

Releases are automatically created when a pull request is merged if the version
in [deno.json](./deno.json) is updated. The version should be updated following
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mage/server",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"exports": "./mod.ts",
"tasks": {
Expand Down

0 comments on commit 66df8b3

Please sign in to comment.