diff --git a/package.json b/package.json index b5d374d..b262d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudoku-core", - "version": "2.1.0", + "version": "3.0.0", "description": "A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",