Skip to content

Commit cf01384

Browse files
authored
Merge pull request #9 from fram-x/release/0.1.1
Release-0.1.1
2 parents b91d703 + bba71fd commit cf01384

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ buck-out/
5656
*.jsbundle
5757
/coverage
5858
/.vscode/.react
59+
/lib/LICENSE
60+
/lib/README.md

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-styled-text",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A React Native component for easy rendering of styled text.",
55
"main": "./index.js",
66
"scripts": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-styled-text-ex",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

0 commit comments

Comments
 (0)