1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

Fix: Bump version (0.2.0)

This commit is contained in:
Alex Kotov 2022-02-10 01:50:19 +05:00
parent 4cf1a2e3d6
commit 564088793c
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -19,8 +19,8 @@ MRuby::Build.new do |conf|
# ...
conf.gem github: 'tailix/libkernaux',
path: 'pkgs/mruby',
branch: 'v0.1.0',
checksum_hash: '3afe745485113ea7dbf892871a4318d58c6ab753'
branch: 'v0.2.0',
checksum_hash: '50e35b187426f8ce814b9580777b96c48767e4bc'
# ...
end
```