File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Udibo React App
2
2
3
- [ ![ release] ( https://img.shields.io/badge/release-0.12 .0-success )] ( https://github.com/udibo/react_app/releases/tag/0.12 .0 )
4
- [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://deno.land/x/udibo_react_app@0.12 .0 )
3
+ [ ![ release] ( https://img.shields.io/badge/release-0.13 .0-success )] ( https://github.com/udibo/react_app/releases/tag/0.13 .0 )
4
+ [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://deno.land/x/udibo_react_app@0.13 .0 )
5
5
[ ![ CI/CD] ( https://github.com/udibo/react_app/actions/workflows/main.yml/badge.svg )] ( https://github.com/udibo/react_app/actions/workflows/main.yml )
6
6
[ ![ codecov] ( https://codecov.io/gh/udibo/react_app/branch/main/graph/badge.svg?token=G5XCR01X8E )] ( https://codecov.io/gh/udibo/react_app )
7
7
[ ![ license] ( https://img.shields.io/github/license/udibo/react_app )] ( https://github.com/udibo/react_app/blob/main/LICENSE )
@@ -31,13 +31,13 @@ Apps are created using [React Router](https://reactrouter.com),
31
31
32
32
This module has 2 entry points.
33
33
34
- - [ mod.tsx] ( https://deno.land/x/udibo_react_app@0.12 .0/mod.tsx ) : For use in code
34
+ - [ mod.tsx] ( https://deno.land/x/udibo_react_app@0.13 .0/mod.tsx ) : For use in code
35
35
that will be used both on the server and in the browser.
36
- - [ server.tsx] ( https://deno.land/x/udibo_react_app@0.12 .0/server.tsx ) : For use
36
+ - [ server.tsx] ( https://deno.land/x/udibo_react_app@0.13 .0/server.tsx ) : For use
37
37
in code that will only be used on the server.
38
38
39
39
You can look at the [ examples] ( #examples ) and
40
- [ deno docs] ( https://deno.land/x/udibo_react_app@0.12 .0 ) to learn more about
40
+ [ deno docs] ( https://deno.land/x/udibo_react_app@0.13 .0 ) to learn more about
41
41
usage.
42
42
43
43
### Examples
You can’t perform that action at this time.
0 commit comments