diff --git a/index.html b/index.html index 0bae783..bdaa5f6 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - +
SmartC - C Compiler for Signum - %version%
❐ Source code:
diff --git a/package-lock.json b/package-lock.json index a73d850..9b0b186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3215,9 +3215,9 @@ "dev": true }, "node_modules/smartc-signum-compiler": { - "version": "9999.9.2", - "resolved": "https://registry.npmjs.org/smartc-signum-compiler/-/smartc-signum-compiler-9999.9.2.tgz", - "integrity": "sha512-KbJ6vDWmS7tWbVFYaDRSNK3cmYo6o3RGSBF/kp3lkziZgZH1/+viwl7nQLxqNXZO7oiUhYhN/+HrxE88WoPqDg==", + "version": "9999.9.3", + "resolved": "https://registry.npmjs.org/smartc-signum-compiler/-/smartc-signum-compiler-9999.9.3.tgz", + "integrity": "sha512-vxPsxkyzZf3Jb6AW4vWzV9snz5ji+mdKpSJZgIom/4GPxCgad5VdLTJEYp9PwzDpjRG25DVOyjpCDVuiUI/f9g==", "dev": true }, "node_modules/spdy": { diff --git a/package.json b/package.json index 1172b2b..7c176e2 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "eslint-plugin-promise": "^5.1.0", "light-server": "^2.9.1", "smartc-assembly-highlight": "^1.1.1", - "smartc-signum-compiler": "^9999.9.2" + "smartc-signum-compiler": "^9999.9.3" } }