Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
v0.7release!
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCTD committed Oct 13, 2020
1 parent 9bcb134 commit ca16d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**Please use java -Dfile.encoding=UTF-8 -jar "JarName"**

# What is "Vocabulary Decoder"?

As the word "Decoder" implies, vocabulary decoder (VD) is a tool, aiming to help non-native English learner effectively memorize English Vocabularies. This small tool was created by ScottCTD who was a senior high school student when he coded it.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>xyz.socttc</groupId>
<artifactId>VocabularyDecoder</artifactId>
<version>0.0.7</version>
<version>0.7</version>
<dependencies>

<dependency>
Expand All @@ -24,7 +24,7 @@
</properties>

<build>
<finalName>${project.artifactId} - ${project.version}</finalName>
<finalName>${project.artifactId}-v${project.version}</finalName>

<plugins>
<!-- 编译插件 -->
Expand Down

0 comments on commit ca16d47

Please sign in to comment.