We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b9286 commit 60d434aCopy full SHA for 60d434a
README.md
@@ -1,4 +1,4 @@
1
-# amaya-core [](https://repo1.maven.org/maven2/io/github/amayaframework/amaya-core/2.0.0)
+# amaya-core [](https://repo1.maven.org/maven2/io/github/amayaframework/amaya-core/)
2
3
An amaya framework module that implements a web application and its infrastructure.
4
@@ -16,7 +16,7 @@ To install it, you will need:
16
17
```Groovy
18
dependencies {
19
- implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.0'
+ implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.1'
20
}
21
```
22
0 commit comments