Skip to content

Commit

Permalink
Fix wrong compiler version / bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deleterium committed Feb 12, 2024
1 parent 7dce839 commit cb123c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smartc-signum-compiler",
"version": "2.2.0",
"version": "2.2.1",
"description": "C Compiler for smart contracts on Signum network",
"main": "dist/smartc.js",
"types": "dist/smartc.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/smartc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class SmartC {
typesDefinitions: [],
// Default configuration for compiler
Config: {
compilerVersion: '9999.9.0',
compilerVersion: '2.2.1',
maxAuxVars: 3,
maxConstVars: 0,
optimizationLevel: 2,
Expand Down

0 comments on commit cb123c1

Please sign in to comment.