We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b76a1a commit be4dc1eCopy full SHA for be4dc1e
README.md
@@ -21,11 +21,11 @@
21
<img width="1675" alt="Screenshot 2019-04-24 at 11 12 57" src="https://user-images.githubusercontent.com/327334/56652094-66eb7780-6682-11e9-9753-101be18df67c.png">
22
23
24
-You can load PolyMath 1.0.4 into a fresh Pharo 9.0 or 10 image with:
+You can load PolyMath 1.0.5 into a fresh Pharo 9.0 or 10 image with:
25
26
```Smalltalk
27
Metacello new
28
- repository: 'github://PolyMathOrg/PolyMath:v1.0.4';
+ repository: 'github://PolyMathOrg/PolyMath:v1.0.5';
29
baseline: 'PolyMath';
30
load
31
```
0 commit comments