Skip to content

Commit

Permalink
Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
cssmagic committed Sep 2, 2018
1 parent d9fb2e6 commit df8acff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* 也可以在页面中直接加载 CDN 版本:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/nasa.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/nasa.min.js"></script>
```

### 文档
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gulp.task('readme', gulpfiles.concat({
{
plugin: 'replace',
config: [
/cdn\.jsdelivr\.net\/npm\/nasa\.js@[0-9.]+\/dist\//g,
/cdn\.jsdelivr\.net\/npm\/nasa\.js@[\w\-.]+\/dist\//g,
`cdn\.jsdelivr\.net\/npm\/nasa\.js@${version}\/dist\/`,
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nasa.js",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"homepage": "https://github.com/NasaTeam/Nasa.js",
"author": "cssmagic <[email protected]>",
"description": "Lightweight and friendly util library for DApp development on Nebulas Blockchain.",
Expand Down

0 comments on commit df8acff

Please sign in to comment.