File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
- OCTAVE_VER=4.4
10
10
- OCTAVE=octave
11
11
- OCT_PKG=jsonstuff
12
- - OCT_PKG_VER=0.3.3-SNAPSHOT
12
+ - OCT_PKG_VER=0.3.3
13
13
14
14
addons :
15
15
apt :
Original file line number Diff line number Diff line change 1
1
Name: jsonstuff
2
- Version: 0.3.3-SNAPSHOT
3
- Date: 2020-01-28
2
+ Version: 0.3.3
3
+ Date: 2020-03-09
4
4
Title: JsonStuff - JSON encoding and decoding
5
5
Author: Andrew Janke <floss@apjanke.net>
6
6
Maintainer: Andrew Janke <floss@apjanke.net>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ JsonStuff is currently implemented as an Octave package for the `pkg` tool. The
18
18
To get started using or testing this project, install it using Octave's ` pkg ` function:
19
19
20
20
``` octave
21
- pkg install https://github.com/apjanke/octave-jsonstuff/releases/download/v0.3.2 /jsonstuff-0.3.2 .tar.gz
21
+ pkg install https://github.com/apjanke/octave-jsonstuff/releases/download/v0.3.3 /jsonstuff-0.3.3 .tar.gz
22
22
pkg load jsonstuff
23
23
```
24
24
You can’t perform that action at this time.
0 commit comments