diff --git a/build.sbt b/build.sbt index 08d7dac..91d0a74 100644 --- a/build.sbt +++ b/build.sbt @@ -1,9 +1,9 @@ name := "atom" ThisBuild / organization := "io.appthreat" -ThisBuild / version := "1.8.3" +ThisBuild / version := "1.8.4" ThisBuild / scalaVersion := "3.3.1" -val chenVersion = "1.1.5" +val chenVersion = "1.1.6" lazy val atom = Projects.atom diff --git a/codemeta.json b/codemeta.json index 77498fd..5a88c63 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "downloadUrl": "https://github.com/AppThreat/atom", "issueTracker": "https://github.com/AppThreat/atom/issues", "name": "atom", - "version": "1.8.3", + "version": "1.8.4", "description": "Atom is a novel intermediate representation for next-generation code analysis.", "applicationCategory": "code-analysis", "keywords": [ diff --git a/wrapper/nodejs/package-lock.json b/wrapper/nodejs/package-lock.json index 0ef5d21..29c2226 100644 --- a/wrapper/nodejs/package-lock.json +++ b/wrapper/nodejs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@appthreat/atom", - "version": "1.8.3", + "version": "1.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@appthreat/atom", - "version": "1.8.3", + "version": "1.8.4", "license": "Apache-2.0", "dependencies": { "@babel/parser": "^7.23.6", diff --git a/wrapper/nodejs/package.json b/wrapper/nodejs/package.json index 15ca319..d3e6d3c 100644 --- a/wrapper/nodejs/package.json +++ b/wrapper/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@appthreat/atom", - "version": "1.8.3", + "version": "1.8.4", "description": "Create atom (⚛) representation for your application, packages and libraries", "exports": "./index.js", "type": "module",