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 99 - OCTAVE_VER=4.4
1010 - OCTAVE=octave
1111 - OCT_PKG=jsonstuff
12- - OCT_PKG_VER=0.3.3-SNAPSHOT
12+ - OCT_PKG_VER=0.3.3
1313
1414addons :
1515 apt :
Original file line number Diff line number Diff line change 11Name: jsonstuff
2- Version: 0.3.3-SNAPSHOT
3- Date: 2020-01-28
2+ Version: 0.3.3
3+ Date: 2020-03-09
44Title: JsonStuff - JSON encoding and decoding
55Author: Andrew Janke <floss@apjanke.net>
66Maintainer: 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
1818To get started using or testing this project, install it using Octave's ` pkg ` function:
1919
2020``` 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
2222pkg load jsonstuff
2323```
2424
You can’t perform that action at this time.
0 commit comments