svf-lib 1.0.2018 → 1.0.2020

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
8
8
  # The variable CVF_VERSION must be set before calling configure_file().
9
9
 
10
- set(PACKAGE_VERSION "3.0")
10
+ set(PACKAGE_VERSION "3.1")
11
11
 
12
12
  if (PACKAGE_FIND_VERSION_RANGE)
13
13
  # Package version must be in the requested version range
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2018",
3
+ "version": "1.0.2020",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {