summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAxel Sommerfeldt <86113864+axelsommerfeldt@users.noreply.github.com>2022-08-26 05:40:50 +0200
committerGitHub <noreply@github.com>2022-08-25 20:40:50 -0700
commit994502b6ddf77a917f095df1a900d77c82f19b7d (patch)
tree99d13ea09a40ae6651cac3af2f0c11306916dacb /package.json
parentfa41e8367954fcf954606970c2bcfe38da53e493 (diff)
downloadflatbuffers-994502b6ddf77a917f095df1a900d77c82f19b7d.tar.gz
flatbuffers-994502b6ddf77a917f095df1a900d77c82f19b7d.tar.bz2
flatbuffers-994502b6ddf77a917f095df1a900d77c82f19b7d.zip
Version number in file package.json updated to 2.0.7 (#7476)
Co-authored-by: Axel Sommerfeldt <axel.sommerfeldt@gmail.com> Co-authored-by: Derek Bailey <derekbailey@google.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4f43139d..427410e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "flatbuffers",
- "version": "2.0.6",
+ "version": "2.0.7",
"description": "Memory Efficient Serialization Library",
"files": [
"js/**/*.js",