diff --git a/README.md b/README.md index 8bce492..9947141 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # toak [![npm version](https://img.shields.io/npm/v/toak)](https://www.npmjs.com/package/toak) ![Tests](https://github.com/seemueller-io/toak/actions/workflows/tests.yml/badge.svg) - +[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.html) ## Overview diff --git a/package.json b/package.json index a98d0a2..c58cf8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toak", - "version": "3.1.0", + "version": "3.1.1", "type": "module", "license": "AGPL-3.0-or-later", "repository": "https://github.com/seemueller-io/toak.git",