Skip to content

Commit 2ec1378

Browse files
authored
Merge pull request #279 from sCrypt-Inc/pump_compiler_1.20.0
Pump compiler to 1.20.0
2 parents 60af520 + 918a257 commit 2ec1378

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 2.2.6
4+
- Pump `compiler`
5+
36
## 2.2.5
47
- Pump `@scrypt-inc/bsv` dependencies
58

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scryptlib",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",
55
"engines": {
66
"node": ">=14.0.0"

util/getBinary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { HttpsProxyAgent } = require('https-proxy-agent');
1010
const { compilerVersion, getPlatformScryptc } = require('../dist');
1111
const { showDownloadFailed } = require('./showerror');
1212

13-
const DEFAULT_COMPILER_VERSION = '1.19.4';
13+
const DEFAULT_COMPILER_VERSION = '1.20.0';
1414

1515
function safeCompilerVersion(cmd) {
1616
try {

0 commit comments

Comments
 (0)