Skip to content

Commit

Permalink
feat: Bump versions
Browse files Browse the repository at this point in the history
GraphViz:  7.0.4
Emsdk:  3.1.27
Signed-off-by: GordonSmith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Dec 6, 2022
1 parent 69ec4d5 commit 8c330c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
- [base91](https://base91.sourceforge.net/) - v0.6.0
- [expat](https://libexpat.github.io/) - v2.5.0
- [graphviz](https://www.graphviz.org/) - v7.0.3
- [graphviz](https://www.graphviz.org/) - v7.0.4
- [zstd](https://github.com/facebook/zstd) - v1.5.2
- ...more to follow...

Built with:
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.26
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.27

## Homepage and Documents

Expand Down
2 changes: 1 addition & 1 deletion scripts/cpp-install-emsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of current vertsion can be found in https://github.com/emscripten-core/emsdk/tags ---
# UPDATE README.md
VERSION=3.1.26
VERSION=3.1.27

if [ ! -d "./emsdk" ]
then
Expand Down
2 changes: 1 addition & 1 deletion scripts/cpp-install-graphviz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of current vertsion can be found in https://gitlab.com/graphviz/graphviz/-/tags ---
# UPDATE README.md
VERSION=7.0.3
VERSION=7.0.4

if [ ! -d "src-graphviz" ]
then
Expand Down

0 comments on commit 8c330c2

Please sign in to comment.