Skip to content

Commit

Permalink
Update versions in preparation for release (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored May 7, 2024
1 parent 98c419e commit c389572
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c-kzg"
version = "1.0.0"
version = "1.0.2"
edition = "2021"
license = "Apache-2.0"
links = "ckzg"
Expand Down
4 changes: 2 additions & 2 deletions bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -32,7 +32,7 @@

<ItemGroup>
<Content CopyToOutputDirectory="PreserveNewest" Condition="Exists('runtimes/win-x64/native/ckzg.dll')" Include="runtimes/win-x64/native/ckzg.dll" Pack="true" PackagePath="runtimes/win-x64/native/ckzg.dll" />

<Content CopyToOutputDirectory="PreserveNewest" Condition="Exists('runtimes/linux-x64/native/ckzg.so')" Include="runtimes/linux-x64/native/ckzg.so" Pack="true" PackagePath="runtimes/linux-x64/native/ckzg.so" />
<Content CopyToOutputDirectory="PreserveNewest" Condition="Exists('runtimes/linux-arm64/native/ckzg.so')" Include="runtimes/linux-arm64/native/ckzg.so" Pack="true" PackagePath="runtimes/linux-arm64/native/ckzg.so" />

Expand Down
2 changes: 1 addition & 1 deletion bindings/node.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-kzg",
"version": "3.0.0",
"version": "3.0.2",
"description": "NodeJS bindings for C-KZG",
"contributors": [
"Dan Coffman <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():

setup(
name="ckzg",
version="1.0.1",
version="1.0.2",
author="Ethereum Foundation",
author_email="[email protected]",
url="https://github.com/ethereum/c-kzg-4844",
Expand Down

0 comments on commit c389572

Please sign in to comment.