Skip to content

Commit 30e7c12

Browse files
author
Alberto Juan
committed
fix text results and bump major
1 parent c46939c commit 30e7c12

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

iterating_api_endpoint/.tinyenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
TB_VERSION_WARNING=0
2-
VERSION=0.1.0
2+
VERSION=1.0.0
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
"browser","visits","hits"
2-
> "chrome",2,3
3-
> "firefox",1,1
1+
"browser","device","visits","hits"
2+
"chrome","desktop",1,2
3+
"firefox","desktop",1,1
4+
"chrome","mobile-android",1,1
5+

0 commit comments

Comments
 (0)