From 069f21e2cf9c75474cbbd312eec4ca12f408a5d8 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:22:20 +0100 Subject: [PATCH] release: 1.27.2 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 3e3c943..2ca3f6f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "quadro", "name": "Quadro", "description": "Qualitative Data Analysis (QDA) for social scientists. An open alternative to `MAXQDA` and `atlas.ti`, using Markdown to store data and research codes.", - "version": "1.27.1", + "version": "1.27.2", "minAppVersion": "1.7.4", "isDesktopOnly": false, "author": "Chris Grieser (aka pseudometa)", diff --git a/package-lock.json b/package-lock.json index 3cc5752..534ec5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Quadro", - "version": "1.27.1", + "version": "1.27.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Quadro", - "version": "1.27.1", + "version": "1.27.2", "license": "MIT", "dependencies": { "monkey-around": "^3.0.0" diff --git a/package.json b/package.json index 81d050e..0837fab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Quadro", "author": "Chris Grieser", "description": "Obsidian Plugin for Qualitative Data Analysis (QDA). An open alternative to `MAXQDA` and `atlas.ti`, using Markdown to store data and research codes.", - "version": "1.27.1", + "version": "1.27.2", "keywords": [], "license": "MIT", "main": "main.js", diff --git a/versions.json b/versions.json index 1ef7a8e..b732f04 100644 --- a/versions.json +++ b/versions.json @@ -170,5 +170,6 @@ "1.26.1": "1.7.4", "1.26.2": "1.7.4", "1.27.0": "1.7.4", - "1.27.1": "1.7.4" + "1.27.1": "1.7.4", + "1.27.2": "1.7.4" }