From 5cf76efa8f240bfd7a43a3157929df2acfba0316 Mon Sep 17 00:00:00 2001 From: sacharya Date: Fri, 14 Apr 2017 12:06:53 -0700 Subject: [PATCH] AVRO-2025 Bump version in JS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit root@95b4c18065bf:/home/avro# tree dist dist ├── avro-src-1.8.2.tar.gz └── js └── avro-js-1.8.2.tgz 1 directory, 2 files --- lang/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/js/package.json b/lang/js/package.json index 672faff6094..8da0745eda9 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -1,6 +1,6 @@ { "name": "avro-js", - "version": "1.8.0", + "version": "1.8.2", "author": "Avro Developers ", "description": "JavaScript Avro implementation", "contributors": [