Parcourir la source

Release 0.1.2

rigwild il y a 4 ans
Parent
commit
b0e8144c7a
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      README.md
  2. 1 1
      package.json

+ 1 - 1
README.md

@@ -11,6 +11,6 @@ npm i git+https://gogs@gogs.univ-littoral.fr/Prise3D/webexpe-data-extract
 See [`/example.js`](./example.js)
 
 ## API
-See [`/lib/db.js#L83-L94`](./lib/db.js#L83-L94)
+See [`/lib/db.js#L81-L92`](./lib/db.js#L81-L92)
 
 Every functions should be auto-completable in your editor.

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "webexpe-data-extract",
-  "version": "0.1.1",
+  "version": "0.1.2",
   "private": true,
   "main": "lib/index.js",
   "directories": {