Skip to content

Commit

Permalink
fix(md): fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Jun 9, 2023
1 parent cabf55e commit 7c25310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public Skidfuscator(SkidfuscatorSession session) {
* Runs the execution of the obfuscator.
*/
public void run() {
LOGGER.post("Beginning Skidfuscator Enterprise...");
LOGGER.post("Beginning Skidfuscator Community...");
if (session.isAnalytics()) {
_runAnalytics();
}
Expand Down
4 changes: 2 additions & 2 deletions dev.skidfuscator.parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
id 'java'
}

group 'dev.skidfuscator.enterprise'
version '2.0.1-SNAPSHOT'
group 'dev.skidfuscator.community'
version '2.0.7-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit 7c25310

Please sign in to comment.