Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[U] 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed May 26, 2018
1 parent c9e696e commit 416d0f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven 导入:
<dependency>
<groupId>com.github.hykilpikonna</groupId>
<artifactId>PicqBotX</artifactId>
<version>0.0.3_b2</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cc.moecraft</groupId>
<artifactId>PicqBotX</artifactId>
<version>0.0.3_b2</version>
<version>1.0.0</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/cc/moecraft/test/icq/CommandVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class CommandVersion implements EverywhereCommand
@Override
public String run(EventMessage event, User sender, String command, ArrayList<String> args)
{
return "TestBot - PicqBotX v0.0.3_b1";
return "TestBot - PicqBotX v1.0.0";
}

@Override
Expand Down

0 comments on commit 416d0f2

Please sign in to comment.