File tree Expand file tree Collapse file tree 14 files changed +14
-17
lines changed
Expand file tree Collapse file tree 14 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - walletjs-*
7- pull_request :
8- branches :
9- - main
107
118jobs :
129 # initial_release:
Original file line number Diff line number Diff line change 11{
22 "name" : " wallet-cordova-plugin" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
44 "description" : " Jormungandr wallet Cordova Plugin" ,
55 "cordova" : {
66 "id" : " wallet-cordova-plugin" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" wallet-cordova-plugin" version =" 0.8.2 " >
3+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" wallet-cordova-plugin" version =" 0.8.3 " >
44 <name >Wallet Cordova Plugin</name >
55 <description >Wallet Cordova Plugin</description >
66 <license >MIT OR Apache-2.0 </license >
Original file line number Diff line number Diff line change 11{
22 "name" : " wallet-cordova-plugin-tests" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
44 "description" : " " ,
55 "cordova" : {
66 "id" : " wallet-cordova-plugin-tests" ,
Original file line number Diff line number Diff line change 22<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 id =" wallet-cordova-plugin-tests"
5- version =" 0.8.2 " >
5+ version =" 0.8.3 " >
66 <name >Wallet cordova plugin tests</name >
77 <license >Apache 2.0 OR MIT</license >
88
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
66edition = " 2018"
77license = " MIT OR Apache-2.0"
88name = " wallet-core"
9- version = " 0.8.2 "
9+ version = " 0.8.3 "
1010
1111# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
Original file line number Diff line number Diff line change 11[package ]
22name = " wallet-uniffi"
3- version = " 0.8.2 "
3+ version = " 0.8.3 "
44edition = " 2018"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99license = " MIT OR Apache-2.0"
1010name = " wallet-wasm-js"
1111repository = " https://github.com/input-output-hk/catalyst-core"
12- version = " 0.8.2-test4 "
12+ version = " 0.8.3 "
1313
1414[lib ]
1515crate-type = [" cdylib" , " rlib" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @catalyst-core/wallet-js" ,
3- "version" : " 0.8.2-test4 " ,
3+ "version" : " 0.8.3 " ,
44 "description" : " Jormungandr wallet capabilities for Javascript" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
1010 },
1111 "license" : " MIT" ,
1212 "dependencies" : {
13- "@catalyst-core/wallet-wasm-js" : " 0.8.2-test4 "
13+ "@catalyst-core/wallet-wasm-js" : " 0.8.3 "
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " wallet-js" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
44 "description" : " Jormungandr wallet capabilities for Javascript" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments