diff --git a/package.json b/package.json index 2d3161e..0dac03d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bapsicle", "nice_name": "BAPSicle", - "version": "3.1.0", + "version": "3.1.1", "description": "BAPS3, the third generation of University Radio York's Broadcast and Presenting Suite. This package includes the Server (BAPSicle) and Presenter (WebStudio)", "main": "index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index cd86827..af74792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bapsicle" -version = "3.1.0" +version = "3.1.1" description = "" authors = ["University Radio York"] readme = "README.md"