@iqbspecs/coding-scheme 3.4.0 → 3.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ const status = CodingScheme.checkVersion({
56
56
  The current library version constants are:
57
57
 
58
58
  - **`CodingSchemeVersionMajor`**: `3`
59
- - **`CodingSchemeVersionMinor`**: `3`
59
+ - **`CodingSchemeVersionMinor`**: `4`
60
60
 
61
61
  ### Types
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqbspecs/coding-scheme",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "author": "IQB - Institut zur Qualitätsentwicklung im Bildungswesen",
5
5
  "license": "CC0 1.0",
6
6
  "description": "Data interface: coding-scheme",