We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d62def commit 9b3229cCopy full SHA for 9b3229c
1 file changed
README.md
@@ -63,13 +63,13 @@ Pushing a `v*` tag triggers the CI workflow to publish to Maven Central.
63
BEAST 3 users can then install with:
64
65
```
66
-Package Manager > Install from Maven > io.github.compevol:morph-models:1.3.0
+Package Manager > Install from Maven > io.github.compevol:morph-models:1.3.0-beta2
67
68
69
Or from the command line:
70
71
```bash
72
-packagemanager -maven io.github.compevol:morph-models:1.3.0
+packagemanager -maven io.github.compevol:morph-models:1.3.0-beta2
73
74
75
## References
0 commit comments