mirror of
https://github.com/kgabis/parson.git
synced 2024-11-24 06:05:29 +00:00
Using semantic versioning from now on, Parson is officially 1.0.0
This commit is contained in:
parent
de7fbfac12
commit
0341880552
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parson",
|
"name": "parson",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"repo": "kgabis/parson",
|
"repo": "kgabis/parson",
|
||||||
"description": "Small json parser and reader",
|
"description": "Small json parser and reader",
|
||||||
"keywords": [ "json", "parser" ],
|
"keywords": [ "json", "parser" ],
|
||||||
|
2
parson.c
2
parson.c
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
Parson ( http://kgabis.github.com/parson/ )
|
Parson 1.0.0 ( http://kgabis.github.com/parson/ )
|
||||||
Copyright (c) 2012 - 2019 Krzysztof Gabis
|
Copyright (c) 2012 - 2019 Krzysztof Gabis
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
2
parson.h
2
parson.h
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
Parson ( http://kgabis.github.com/parson/ )
|
Parson 1.0.0 ( http://kgabis.github.com/parson/ )
|
||||||
Copyright (c) 2012 - 2019 Krzysztof Gabis
|
Copyright (c) 2012 - 2019 Krzysztof Gabis
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
Loading…
Reference in New Issue
Block a user