Skip to content

Commit

Permalink
update: 更新至 v0.5.1, 由于数组的 flat 方法,提升 node 版本至12
Browse files Browse the repository at this point in the history
  • Loading branch information
lxx.imac committed Dec 19, 2019
1 parent 689ebca commit 8962c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "12"
before_deploy:
- npx stylus ./dist/main.styl
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="https://unpkg.com/vue-material/dist/vue-material.min.css">
<link rel="stylesheet" href="https://unpkg.com/vue-material/dist/theme/default.css">
<link rel="stylesheet" type="text/css" href="./main.css">
<title>COStreamJS-v0.5.0</title>
<title>COStreamJS-v0.5.1</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 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 <lxx2013@mail.ustc.edu.cn>",
Expand Down

0 comments on commit 8962c8f

Please sign in to comment.