Skip to content

Commit 475f4ee

Browse files
committed
fix(package.json): version
It turns out that 2.5.* have been used in the past. This is why we should jump to 2.6.0.
1 parent 4a82c6d commit 475f4ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitsi/js-utils",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Utilities for Jitsi JS projects",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)