From a3f865255a71e685c3856a782b5f8db5a1afd12b Mon Sep 17 00:00:00 2001 From: Mikkel RINGAUD Date: Tue, 27 Feb 2024 19:17:41 +0100 Subject: [PATCH] chore: release v0.17.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64b2c3b..c5b27b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pawnote", - "version": "0.17.0", + "version": "0.17.1", "description": "A simple wrapper around Index-Education's Pronote internal API.", "repository": "github:LiterateInk/Pawnote", "main": "./dist/index.js",