diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-25 04:08:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:08:29 -0700 |
| commit | bf8d04a4990cb5413d3c7f62e2dbdd97a498130a (patch) | |
| tree | c2ac3951ccfa09d3ff6d2e994d614b2135019fe7 /ports/matplotplusplus/vcpkg.json | |
| parent | b011e655176e5c5428608029afc5d6a32ca0330e (diff) | |
| download | vcpkg-bf8d04a4990cb5413d3c7f62e2dbdd97a498130a.tar.gz vcpkg-bf8d04a4990cb5413d3c7f62e2dbdd97a498130a.zip | |
[matplotplusplus] Fix usage (#18583)
* [matplotplusplus] Fix usage
* update version record
* Remove rename code
* update version
Diffstat (limited to 'ports/matplotplusplus/vcpkg.json')
| -rw-r--r-- | ports/matplotplusplus/vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/matplotplusplus/vcpkg.json b/ports/matplotplusplus/vcpkg.json index 378a31493..5650ae9f5 100644 --- a/ports/matplotplusplus/vcpkg.json +++ b/ports/matplotplusplus/vcpkg.json @@ -1,7 +1,7 @@ { "name": "matplotplusplus", "version-date": "2021-04-11", - "port-version": 3, + "port-version": 4, "description": "A C++ graphics library for data visualization", "homepage": "https://alandefreitas.github.io/matplotplusplus/", "license": "MIT", |
