From 87a7caf1f95d98b005de3ed3050f7dabdf019dc2 Mon Sep 17 00:00:00 2001 From: Pedro Morim <1180798@isep.ipp.pt> Date: Wed, 20 Oct 2021 17:18:22 +0100 Subject: [PATCH] Increased minor version number --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 26823b1..82235dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-chess", "name": "Obsidian Chess", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.12.19", "description": "All you need to create your Chess related notes", "author": "pmorim", diff --git a/package.json b/package.json index 02f6075..fa714d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-chess", - "version": "1.1.2", + "version": "1.1.3", "description": "An Obsidian plugin for all your Chess related notes.", "main": "/build/main.js", "author": "pmorim", diff --git a/versions.json b/versions.json index 438ad31..0564e12 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "1.0.0": "0.12.19", - "1.1.2": "0.12.19" + "1.1.3": "0.12.19" }