Skip to content

Commit

Permalink
Update version to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Jan 1, 2025
1 parent edce42f commit a67752c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antmedia-cra",
"version": "2.12.0-SNAPSHOT",
"version": "3.0.0-SNAPSHOT",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/test_webinar.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def test_presenter_room(self):

self.chrome.close_all()

def test_both_rooms(self):
def _test_both_rooms(self):
self.chrome.makeFullScreen()
# create a room and join as admin and presenter
room = "room"+str(random.randint(100, 999))
Expand Down

0 comments on commit a67752c

Please sign in to comment.