Skip to content

Commit 5e1d9e2

Browse files
committed
Bump up version to r56 for release
1 parent bd798c5 commit 5e1d9e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ Some differences between inih and Python's [ConfigParser](http://docs.python.org
143143

144144
## Using inih with tipi.build
145145

146-
`inih` can be easily used in [tipi.build](https://tipi.build) projects simply by adding the following entry to your `.tipi/deps`:
146+
`inih` can be easily used in [tipi.build](https://tipi.build) projects simply by adding the following entry to your `.tipi/deps` (replace `r56` with the latest version tag):
147147

148148
```json
149149
{
150-
"benhoyt/inih": { "@": "r55" }
150+
"benhoyt/inih": { "@": "r56" }
151151
}
152152
```
153153

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('inih',
22
['c'],
33
license : 'BSD-3-Clause',
4-
version : '55',
4+
version : '56',
55
)
66

77
#### options ####

0 commit comments

Comments
 (0)