diff --git a/manifest.json b/manifest.json index dd06f03..1579329 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "chessview", "name": "ChessView", - "version": "1.0.3", + "version": "1.1.0", "minAppVersion": "1.1.9", "description": "Render interactive chess boards from PGN/FEN notation with puzzles, arrows, and move navigation.", "author": "Ali Mousavi", diff --git a/package.json b/package.json index d13276f..5156dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chessview", - "version": "1.0.3", + "version": "1.1.0", "description": "Interactive chess board plugin for Obsidian", "author": "Ali Mousavi", "license": "MIT",