Skip to content

Commit

Permalink
use sdk v. 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Nov 7, 2022
1 parent dabe7ee commit eccb995
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Stellar Soroban Examples for AssemblyScript](https://github.com/Soneso/as-soroban-examples)

![v0.0.4](https://img.shields.io/badge/v0.0.4-yellow.svg)
![v0.0.6](https://img.shields.io/badge/v0.0.6-yellow.svg)

AssemblyScript contract examples for [Soroban](https://soroban.stellar.org).

Expand Down
2 changes: 1 addition & 1 deletion add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion auth/contract_a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion contract_events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion cross_contract/contract_a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.4"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion cross_contract/contract_b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.4"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion hello_word/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion increment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion some_issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}
2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
}
},
"dependencies": {
"as-soroban-sdk": "^0.0.5"
"as-soroban-sdk": "^0.0.6"
}
}

0 comments on commit eccb995

Please sign in to comment.