Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Feb 7, 2024
1 parent ccdfdb0 commit 0b20c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revolt.js",
"version": "7.0.0-beta.10",
"version": "7.0.0-beta.11",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/events/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import type {

import { Client } from "..";
import { hydrate } from "../hydration";
import { Merge } from "../lib/merge";

/**
* Version 1 of the events protocol
Expand Down

0 comments on commit 0b20c25

Please sign in to comment.