Skip to content

Commit

Permalink
[near tools] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Mar 7, 2019
1 parent e0d845f commit 132e244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gulp.task("build:all", gulp.series('build:model', 'build:bindings', function (do
}));

gulp.task('copyfiles', async function(done) {
// Need to wait for the copy to finish, otherwise next tasks do not find files.
console.log("Copying files to build directory");
const copyFileFn = () => {
return new Promise(resolve => {
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": "near-shell",
"version": "0.0.5",
"version": "0.0.6",
"description": "Command line utilities to interact with near blockchain",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 132e244

Please sign in to comment.