Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Bump version to v0.0.2, implemented a foundation of EVM, See https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jul 7, 2018
1 parent a0be695 commit fa64b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ciri (0.0.1)
ciri (0.0.2)
bitcoin-secp256k1 (~> 0.4.0)
ciri-rlp (~> 0.1.1)
ciri-utils (~> 0.1.0)
Expand Down
4 changes: 2 additions & 2 deletions ciri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Jiang Jinyang"]
spec.email = ["[email protected]"]

spec.summary = %q{Ciri ethereum client.}
spec.description = %q{Ciri project intent to implement a full feature set ethereum client.}
spec.summary = %q{Ciri project intent to implement a full feature set Ethereum client.}
spec.description = %q{Ciri aims to be a feature complete, long maintained and stable Ethereum client.}
spec.homepage = "https://github.com/ciri-ethereum/ciri"
spec.license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion lib/ciri/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ciri
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit fa64b54

Please sign in to comment.