diff --git a/.gitignore b/.gitignore index 83b837c..c212436 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ sdl build dist publish +.idea +.vscode diff --git a/package-lock.json b/package-lock.json index 5f29522..c85baea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kmamal/sdl", - "version": "0.11.13", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kmamal/sdl", - "version": "0.11.13", + "version": "0.12.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b909a06..2d683cc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.13", + "version": "0.12.0", "name": "@kmamal/sdl", "description": "SDL bindings for Node.js", "keywords": [ @@ -77,7 +77,7 @@ "sdl": { "owner": "kmamal", "repo": "build-sdl", - "version": "2.32.8" + "version": "2.32.70" } } }