Skip to content

Commit a29cc79

Browse files
committed
version 0.10.0
1 parent a8b4c95 commit a29cc79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name = "JuliaInterpreter"
22
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
33
version = "0.10.0"
4+
authors = ["Tim Holy <[email protected]>, Kristoffer Carlsson <[email protected]>, Shuhei Kadowaki <[email protected]> and contributors"]
45

56
[deps]
67
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
## Installation
1010

11-
```jl
12-
]add JuliaInterpreter
11+
```julia-repl
12+
pkg> add JuliaInterpreter
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)