Skip to content

Commit 6f70460

Browse files
committed
chore: bump version to 0.2.0
1 parent bdf69dc commit 6f70460

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "google-analytics-cli"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "Command-line interface for Google Analytics 4"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/ga_cli/auth/oauth.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
</svg>
123123
</div>
124124
<div class="brand">GA CLI</div>
125-
<h1>Authentication Successful</h1>
125+
<h1>Connected to Google Analytics</h1>
126126
<p class="subtitle">
127-
You're all set! You can close this window and<br>return to your terminal.
127+
Authentication complete. Head back to your terminal<br>to start exploring your GA4 data.
128128
</p>
129-
<div class="command">ga accounts list</div>
129+
<div class="command">ga account-summaries list</div>
130130
<div class="footer">
131131
Powered by <a href="https://github.com/daidalytics/google-analytics-cli"
132-
target="_blank" rel="noopener">ga-cli</a>
132+
target="_blank" rel="noopener">google-analytics-cli</a>
133133
</div>
134134
</div>
135135
</body>

0 commit comments

Comments
 (0)