Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
haxzie committed Sep 19, 2020
2 parents 05f2296 + eb1bfdd commit df315b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instagram-live-streamer",
"description": "Create streaming links to instagram live",
"version": "0.1.8-beta",
"version": "0.1.8",
"private": true,
"copyright": "Copyright © 2020 Musthaq Ahamad",
"licence": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Login/forms/loginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function LoginForm({ handleLogin, credError }) {
Login
</Button>
<div className={styles.statusTexts}>
<p className={styles.status}>Instagram Live Streamer v0.1.8-beta</p>
<p className={styles.status}>Instagram Live Streamer v0.1.8</p>
<p className={styles.author}>
<span
className={styles.link}
Expand Down

0 comments on commit df315b2

Please sign in to comment.