From a10c33a25c98f76ff2f9a7eb3e76a9ce57547522 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 3 Apr 2024 19:28:40 +0100 Subject: [PATCH] chore: bump to 3.1.1 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"