Skip to content

Commit 68b209a

Browse files
committed
v0.3.3
1 parent 22b1bb5 commit 68b209a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
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

1414
addons:
1515
apt:

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: jsonstuff
2-
Version: 0.3.3-SNAPSHOT
3-
Date: 2020-01-28
2+
Version: 0.3.3
3+
Date: 2020-03-09
44
Title: JsonStuff - JSON encoding and decoding
55
Author: Andrew Janke <floss@apjanke.net>
66
Maintainer: Andrew Janke <floss@apjanke.net>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ JsonStuff is currently implemented as an Octave package for the `pkg` tool. The
1818
To 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
2222
pkg load jsonstuff
2323
```
2424

0 commit comments

Comments
 (0)