Skip to content

Commit

Permalink
Prep for 2.0.1 release (#41)
Browse files Browse the repository at this point in the history
The 2.0.1 release updates a few libraries and updates the JRE used by the Mac OS distribution.
  • Loading branch information
aaron-siegel authored Apr 8, 2023
1 parent 42c73bf commit 5fdecd5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions desktop-app/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app.conf=nbproject/cgsuite-app.conf
app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
app.name=CGSuite
app.title=CGSuite
app.version=2.0
app.version=2.0.1
app.icon.icns=etc/cgsuite.icns
auxiliary.org-netbeans-modules-apisupport-installer.license-file=release/license.txt
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=true
Expand All @@ -13,7 +13,7 @@ auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=true
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
branding.token=cgsuite
cgsuite.copyright=2003-2023
cgsuite.lib.version=2.0.0
cgsuite.lib.version=2.0.1
cgsuite.nb.version=12.0
deploy.icon.native=etc/cgsuite.ico
modules=\
Expand Down
2 changes: 1 addition & 1 deletion lib/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cgsuite</groupId>
<artifactId>cgsuite</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/core/src/main/scala/org/cgsuite/lang/System.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object System extends LazyLogging {

val copyrightYear = "2003-2023"

val version = "2.0"
val version = "2.0.1"

def clearAll(): Unit = {
UiHarness.uiHarness.clearUiVars()
Expand Down
2 changes: 1 addition & 1 deletion lib/discord-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cgsuite</groupId>
<artifactId>cgsuite</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cgsuite</groupId>
<artifactId>cgsuite</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<scala.tools.version>2.13</scala.tools.version>
<scala.version>2.13.6</scala.version>
<scala.version>2.13.10</scala.version>
</properties>

<repositories>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging_${scala.tools.version}</artifactId>
<version>3.9.4</version>
<version>3.9.5</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 5fdecd5

Please sign in to comment.