Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-siegel committed Dec 23, 2023
1 parent c645ded commit cc5e918
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.1
app.version=2.1.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 @@ -15,7 +15,7 @@ branding.token=cgsuite
cgsuite.copyright=2003-2023
cgsuite.jfx.version=17.0.6
cgsuite.jre.version=17.0.6
cgsuite.lib.version=2.1.0
cgsuite.lib.version=2.1.1
cgsuite.nb.version=17.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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.cgsuite</groupId>
<artifactId>cgsuite</artifactId>
<version>2.1.0</version>
<version>2.1.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.1"
val version = "2.1.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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.cgsuite</groupId>
<artifactId>cgsuite</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cgsuite</groupId>
<artifactId>cgsuite</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit cc5e918

Please sign in to comment.