Changed the name to get past validation for the plugin library

This commit is contained in:
Jonathan Deates 2023-02-02 13:56:41 -06:00
parent 14ef5f87e8
commit b849e74623
3 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pivotal-tracker-integration-plugin",
"id": "pivotal-tracker-integration",
"name": "Pivotal Tracker Integration",
"version": "1.0.3",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "This is an unofficial pivotal tracker integration plugin for Obsidian. This plugin allows the user to pull stories, chores, bugs from their pivotal counterpart.",
"author": "Jon Deates",

View file

@ -1,6 +1,6 @@
{
"name": "pivotal-tracker-integration-plugin",
"version": "1.0.4",
"name": "pivotal-tracker-integration",
"version": "1.0.5",
"description": "This is an unofficial pivotal tracker integration plugin for Obsidian. (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,7 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
}