Skip to content

Commit

Permalink
Merge pull request #264 from sCrypt-Inc/pump_compiler
Browse files Browse the repository at this point in the history
pump compiler
  • Loading branch information
zhfnjust authored Feb 25, 2024
2 parents 4502c17 + 035165b commit 4cc1967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scryptlib",
"version": "2.1.40",
"version": "2.1.41",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -76,4 +76,4 @@
"yargs": "^17.6.2",
"chalk": "2.4.2"
}
}
}
2 changes: 1 addition & 1 deletion util/getBinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { HttpsProxyAgent } = require('https-proxy-agent');
const { compilerVersion, getPlatformScryptc } = require('../dist');
const { showDownloadFailed } = require('./showerror');

const DEFAULT_COMPILER_VERSION = '1.19.1';
const DEFAULT_COMPILER_VERSION = '1.19.2';

function safeCompilerVersion(cmd) {
try {
Expand Down

0 comments on commit 4cc1967

Please sign in to comment.