Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 3855d39

Browse files
authored
Release 0.0.9 (#179)
* v0.0.9 * chore: update github url
1 parent 8a8cf2a commit 3855d39

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
This project is a template for [React Native](https://reactnative.dev/) that can be used to build mobile application.
88

9-
[![React Native Base STS License](https://img.shields.io/github/license/saigon-technology/rn-base-project)](https://choosealicense.com/licenses/mit/)
9+
[![React Native Base STS License](https://img.shields.io/github/license/saigontechnology/rn-base-project)](https://choosealicense.com/licenses/mit/)
1010
![React Native Base STS NPM](https://img.shields.io/npm/v/rn-base-project)
11-
![React Native Base STS Downloads](https://img.shields.io/github/downloads/saigon-technology/rn-base-project/total)
12-
![React Native Base STS Release Date](https://img.shields.io/github/release-date/saigon-technology/rn-base-project)
13-
![React Native Base STS Stars](https://img.shields.io/github/stars/saigon-technology/rn-base-project)
14-
![React Native Base STS Top Language](https://img.shields.io/github/languages/top/saigon-technology/rn-base-project)
15-
![React Native Base STS Contributors](https://img.shields.io/github/contributors/saigon-technology/rn-base-project)
11+
![React Native Base STS Downloads](https://img.shields.io/github/downloads/saigontechnology/rn-base-project/total)
12+
![React Native Base STS Release Date](https://img.shields.io/github/release-date/saigontechnology/rn-base-project)
13+
![React Native Base STS Stars](https://img.shields.io/github/stars/saigontechnology/rn-base-project)
14+
![React Native Base STS Top Language](https://img.shields.io/github/languages/top/saigontechnology/rn-base-project)
15+
![React Native Base STS Contributors](https://img.shields.io/github/contributors/saigontechnology/rn-base-project)
1616

1717
## Requirements
1818

@@ -124,7 +124,7 @@ Thanks goes to these wonderful people
124124
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
125125

126126
Please make sure to update tests as appropriate.
127-
This project follows the [all-contributors](https://github.com/saigon-technology/rn-base-project/graphs/contributors) specification. Contributions of any kind welcome!
127+
This project follows the [all-contributors](https://github.com/saigontechnology/rn-base-project/graphs/contributors) specification. Contributions of any kind welcome!
128128

129129
## About Us
130130

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "rn-base-project",
3-
"version": "0.0.7",
3+
"version": "0.0.9",
44
"main": "index.js",
5-
"repository": "https://github.com/saigon-technology/rn-base-project.git",
5+
"repository": "https://github.com/saigontechnology/rn-base-project.git",
66
"author": "React Native Teeam <SaiGon Technology Solutions>",
77
"license": "MIT",
88
"keywords": [
@@ -14,7 +14,7 @@
1414
"react native template",
1515
"saigon technology solutions"
1616
],
17-
"bugs": "https://github.com/saigon-technology/rn-base-project/issues",
17+
"bugs": "https://github.com/saigontechnology/rn-base-project/issues",
1818
"scripts": {
1919
"release": "yarn publish",
2020
"prepare": "husky install"

0 commit comments

Comments
 (0)