diff --git a/README.md b/README.md index 85763bab8..184dfbfe6 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ gpm(Go Package Manager) is a Go package manage tool for search, install, update - Add option for whether download dependencies packages in example code or not. - Add gpm working principle design. - Download package from code.google.com only support hg as version control system, probably support git and svn. -- All errors should have specific title for exactly where were created. \ No newline at end of file +- All errors should have specific title for exactly where were created. +- i18n support for all strings. \ No newline at end of file diff --git a/conf/gpm.toml b/conf/gpm.toml index 5ccb9e962..9e0df3343 100644 --- a/conf/gpm.toml +++ b/conf/gpm.toml @@ -1,7 +1,7 @@ # This is a configuration file for gpm with toml format. title = "gpm(Go Package Manager)" -version = "v0.0.3 Build 0519" +version = "v0.0.4 Build 0520" username = "" password = "" user_language = "en-US" \ No newline at end of file