Using semantic versioning from now on, Parson is officially 1.0.0

pull/131/head
Krzysztof Gabis 5 years ago
parent de7fbfac12
commit 0341880552
  1. 2
      package.json
  2. 2
      parson.c
  3. 2
      parson.h

@ -1,6 +1,6 @@
{
"name": "parson",
"version": "0.0.0",
"version": "1.0.0",
"repo": "kgabis/parson",
"description": "Small json parser and reader",
"keywords": [ "json", "parser" ],

@ -1,7 +1,7 @@
/*
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
Permission is hereby granted, free of charge, to any person obtaining a copy

@ -1,7 +1,7 @@
/*
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
Permission is hereby granted, free of charge, to any person obtaining a copy

Loading…
Cancel
Save