diff --git a/manifest.json b/manifest.json index ec27250..ccd7395 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "surfing", "name": "Surfing", - "version": "0.9.1", + "version": "0.9.2", "minAppVersion": "1.4.0", "description": "Surf the Net in Obsidian.", "author": "Boninall & Windily-cloud", diff --git a/package.json b/package.json index 2a5f30c..4336bc5 100644 --- a/package.json +++ b/package.json @@ -1,48 +1,48 @@ { - "name": "surfing", - "version": "0.9.1", - "description": "Use surfing to surf the net in Obsidian.", - "main": "main.js", - "scripts": { - "dev": "npm run lint && node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json", - "lint": "eslint . --ext .ts", - "lint:fix": "eslint --fix . --ext .ts", - "prepare": "husky install" - }, - "keywords": [], - "author": "Boninall & Windily-cloud", - "license": "MIT", - "devDependencies": { - "@ant-design/icons": "^5.0.1", - "@codemirror/language": "^6.2.1", - "@codemirror/state": "^6.1.2", - "@codemirror/view": "^6.3.0", - "@minoru/react-dnd-treeview": "^3.4.1", - "@mui/icons-material": "^5.11.0", - "@popperjs/core": "^2.11.6", - "@types/node": "^16.11.6", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", - "antd": "^5.0.5", - "builtin-modules": "3.3.0", - "electron": "^21.0.1", - "esbuild": "0.14.47", - "esbuild-css-modules-plugin": "^2.7.1", - "eslint": "^8.28.0", - "eslint-plugin-import": "^2.26.0", - "husky": "^8.0.0", - "monkey-around": "^2.3.0", - "obsidian": "^0.16.3", - "react": "^18.2.0", - "react-dnd": "^16.0.1", - "react-dom": "^18.2.0", - "react-scripts": "^5.0.1", - "react-usestateref": "^1.0.8", - "tslib": "2.4.0", - "typescript": "4.7.4" - } + "name": "surfing", + "version": "0.9.2", + "description": "Use surfing to surf the net in Obsidian.", + "main": "main.js", + "scripts": { + "dev": "npm run lint && node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "version": "node version-bump.mjs && git add manifest.json versions.json", + "lint": "eslint . --ext .ts", + "lint:fix": "eslint --fix . --ext .ts", + "prepare": "husky install" + }, + "keywords": [], + "author": "Boninall & Windily-cloud", + "license": "MIT", + "devDependencies": { + "@ant-design/icons": "^5.0.1", + "@codemirror/language": "^6.2.1", + "@codemirror/state": "^6.1.2", + "@codemirror/view": "^6.3.0", + "@minoru/react-dnd-treeview": "^3.4.1", + "@mui/icons-material": "^5.11.0", + "@popperjs/core": "^2.11.6", + "@types/node": "^16.11.6", + "@types/react": "^18.0.26", + "@types/react-dom": "^18.0.9", + "@typescript-eslint/eslint-plugin": "5.29.0", + "@typescript-eslint/parser": "5.29.0", + "antd": "^5.0.5", + "builtin-modules": "3.3.0", + "electron": "^21.0.1", + "esbuild": "0.14.47", + "esbuild-css-modules-plugin": "^2.7.1", + "eslint": "^8.28.0", + "eslint-plugin-import": "^2.26.0", + "husky": "^8.0.0", + "monkey-around": "^2.3.0", + "obsidian": "^0.16.3", + "react": "^18.2.0", + "react-dnd": "^16.0.1", + "react-dom": "^18.2.0", + "react-scripts": "^5.0.1", + "react-usestateref": "^1.0.8", + "tslib": "2.4.0", + "typescript": "4.7.4" + } } diff --git a/versions.json b/versions.json index 20253b3..285468a 100644 --- a/versions.json +++ b/versions.json @@ -49,5 +49,6 @@ "0.8.15": "1.0.0", "0.8.16": "1.0.0", "0.9.0": "1.4.0", - "0.9.1": "1.4.0" + "0.9.1": "1.4.0", + "0.9.2": "1.4.0" } \ No newline at end of file