Skip to content

Commit

Permalink
[nanojsonc] Bump to 1.1.0 (microsoft#42816)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent 74ecd11 commit 36f7c8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/nanojsonc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-source-patterns/nanojsonc
REF "${VERSION}"
SHA512 306fce8f90c1e5b9031f3f2b1cec5430722477425766fc05e430cceb03bb85188f2c451c0c7d34aed49b506e6a2cd835e419792362f992acbafc0b099fbe4b5e
SHA512 4cb73a0dc42bc6dbc106ed7bf7d22dbbadf3d92d2055d4b96990b62822978c09e580a87ca1666cf0b915b994fada6a1f6b803eb98d8da6b021a0a2c410d538ff
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nanojsonc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanojsonc",
"version": "1.0.0",
"version": "1.1.0",
"maintainers": "Saad Shams",
"description": "Event-Driven JSON Parser for C",
"homepage": "https://github.com/open-source-patterns/nanojsonc",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6257,7 +6257,7 @@
"port-version": 5
},
"nanojsonc": {
"baseline": "1.0.0",
"baseline": "1.1.0",
"port-version": 0
},
"nanomsg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nanojsonc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "102c65ad71dc556dd82d4af6d83efd96ee316311",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "7680709fd527db1cc26d47f8897c0669cacbfb0f",
"version": "1.0.0",
Expand Down

0 comments on commit 36f7c8a

Please sign in to comment.