From 8962c8f5160f9341d78da75ce8dc860497491045 Mon Sep 17 00:00:00 2001 From: "lxx.imac" Date: Thu, 19 Dec 2019 16:57:58 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E8=87=B3=20v0.5.1,?= =?UTF-8?q?=20=E7=94=B1=E4=BA=8E=E6=95=B0=E7=BB=84=E7=9A=84=20flat=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95,=E6=8F=90=E5=8D=87=20node=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=87=B312?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- dist/index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c1f67c..c9c60c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "10" + - "12" before_deploy: - npx stylus ./dist/main.styl - npm run build diff --git a/dist/index.html b/dist/index.html index 2ae7444..a482a02 100644 --- a/dist/index.html +++ b/dist/index.html @@ -10,7 +10,7 @@ - COStreamJS-v0.5.0 + COStreamJS-v0.5.1 diff --git a/package.json b/package.json index cbf1bc3..cded981 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "costreamjs", "description": "A high-performance streaming programming language for parallel architecture. This repo (js-version) is created for better using & reading & debugging.", - "version": "0.5.0", + "version": "0.5.1", "main": "main.js", "repository": "git@github.com:DML308/COStreamJS.git", "author": "lxx.imac ",