Skip to content

Commit 8e0bf4d

Browse files
chore(typescript-axios): prepare release 0.1.4 (#15)
Co-authored-by: ubill-ci[bot] <214821999+ubill-ci[bot]@users.noreply.github.com>
1 parent f57a73d commit 8e0bf4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @ubill/sdk@0.1.3
1+
## @ubill/sdk@0.1.4
22

33
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
44

@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
3636
_published:_
3737

3838
```
39-
npm install @ubill/[email protected].3 --save
39+
npm install @ubill/[email protected].4 --save
4040
```
4141

4242
_unPublished (not recommended):_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubill/sdk",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "UBill API - provides programmatic access to our resources. You will be able to integrate our service into your system and communicate with clients easily.",
55
"author": {
66
"name": "Temuri Takalandze",

0 commit comments

Comments
 (0)