Skip to content

Commit

Permalink
version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Dec 1, 2024
1 parent d2873f6 commit e5e3571
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The library is built with Emscripten and is located in the `build` folder. It is
First, you need docker installed in your system, if you haven't, follow the Docker engine installation [instruction](https://docs.docker.com/engine/install/) .
Then inside the folder you want to run the docker image:

`docker run -dit --name nft-app -v "$(pwd):/src" webarkit/nft-marker-creator-app:0.2.4 bash`
`docker run -dit --name nft-app -v "$(pwd):/src" webarkit/nft-marker-creator-app:0.2.5 bash`

With the docker container generate the NFT marker:

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webarkit/nft-marker-creator-app",
"version": "0.2.4",
"version": "0.2.5",
"main": "src/NFTMarkerCreator.js",
"description": "NFt Marker Creator based on WebARKitLib, ported thanks to Emscripten",
"keywords": [
Expand Down

0 comments on commit e5e3571

Please sign in to comment.