Skip to content

Commit

Permalink
Bump up version to r56 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Jul 12, 2022
1 parent bd798c5 commit 5e1d9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ Some differences between inih and Python's [ConfigParser](http://docs.python.org

## Using inih with tipi.build

`inih` can be easily used in [tipi.build](https://tipi.build) projects simply by adding the following entry to your `.tipi/deps`:
`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):

```json
{
"benhoyt/inih": { "@": "r55" }
"benhoyt/inih": { "@": "r56" }
}
```

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('inih',
['c'],
license : 'BSD-3-Clause',
version : '55',
version : '56',
)

#### options ####
Expand Down

0 comments on commit 5e1d9e2

Please sign in to comment.