diff --git a/README.md b/README.md index 985ac1b..14230af 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Documentation is available at https://meuse.mcorbin.fr/ - [x] Manage crates. - [x] Security: HTTPS support, TLS support for the PostgreSQL client. - [x] Monitoring: Meuse exposes a Prometheus endpoint with various metrics (HTTP server, database pool, JVM metrics...). +- [x] Small frontend to explore crates. ## Plan diff --git a/project.clj b/project.clj index d4af733..031c9f5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject meuse "0.3.0" +(defproject meuse "0.4.0" :description "A free private Rust registry" :url "https://github.com/mcorbin/meuse" :license {:name "Eclipse Public License 1.0"}