Skip to content

Commit

Permalink
0.9 version released
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeStinckwich committed Apr 16, 2014
1 parent 507cb69 commit 17e7329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Build statuses:

##How to install SciSmalltalk in Pharo 2.0/3.0

If you want to install the last stable version (0.8):
If you want to install the last stable version (0.9):

```Smalltalk
Gofer new
url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main';
package: 'ConfigurationOfSciSmalltalk';
load.
((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.8') load.
((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.9') load.
```

If you want to install the development version :
Expand Down

0 comments on commit 17e7329

Please sign in to comment.