Skip to content

Commit

Permalink
Updated version numbers in npm & __VERSION__
Browse files Browse the repository at this point in the history
  • Loading branch information
dkumor committed Sep 3, 2020
1 parent d774a2c commit dbcd6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtcbot",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "dist/rtcbot.cjs.js",
"module": "dist/rtcbot.esm.js",
Expand Down Expand Up @@ -32,4 +32,4 @@
"files": [
"dist"
]
}
}
2 changes: 1 addition & 1 deletion rtcbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .devices import *


__version__="0.1.0"
__version__ = "0.2.1"

0 comments on commit dbcd6bd

Please sign in to comment.