Update versions in preparation for release (#428)
This commit is contained in:
parent
98c419eed5
commit
c38957257f
|
@ -11,7 +11,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
env:
|
||||
binding_build_number_based_version: 1.0.0.${{ github.run_number }}
|
||||
binding_build_number_based_version: 1.0.2.${{ github.run_number }}
|
||||
|
||||
jobs:
|
||||
build-ckzg:
|
||||
|
|
|
@ -78,7 +78,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
|||
|
||||
[[package]]
|
||||
name = "c-kzg"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"blst",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "c-kzg"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
links = "ckzg"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/ethereum/c-kzg-4844</RepositoryUrl>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<Version>0.1.0.0</Version>
|
||||
<Version>0.1.0.2</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "c-kzg",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"description": "NodeJS bindings for C-KZG",
|
||||
"contributors": [
|
||||
"Dan Coffman <dgcoffman@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue