Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abebeos committed Dec 13, 2024
1 parent 0efa5b6 commit 89f8fed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Follow those instructions:

- Edit version https://github.com/deepnest-io/Deepnest/blob/master/package.json#L3
- https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
- create a distribution locally via `npm run w:dist` (add version to folder, then zip & upload it)
- create a distribution locally via `npm run dist-all` (add version to folder, then zip & upload it)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ The primary goal has been to get Deepnest buildable again, which has been achiev

## Prerequisites

- **Node 14/16/18/20:** [Node.js](https://nodejs.org). You can use the Node Version Manager (nvm):
- **Node 16/18/20:** [Node.js](https://nodejs.org). You can use the Node Version Manager (nvm):
- [nvm-windows](https://github.com/coreybutler/nvm-windows/releases) to download Node and change versions.
- **Python 3.7.9** You can use the Python Version Manager (pyenv):
- [pyenv-win](https://github.com/pyenv-win/pyenv-win) to download and change versions.
- **Visual Studio with Desktop Development with C++ extension**
- Install VS2022 from https://visualstudio.microsoft.com/vs/features/cplusplus/
- or, as an administrator via `npm install --global windows-build-tools` (older VS version)
- or minimal: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022

For ubuntu (or when you're not sure how to build) look at the build workflow:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepnest",
"version": "1.2.1",
"version": "1.2.2",
"description": "Deep nesting for Laser and CNC",
"main": "main.js",
"license": "MIT",
Expand Down

0 comments on commit 89f8fed

Please sign in to comment.