Skip to content

Commit

Permalink
Added version number to popup page
Browse files Browse the repository at this point in the history
  • Loading branch information
emrecoban committed Apr 9, 2023
1 parent cacc6ea commit 8626f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "e-Devlet Favoriler",
"description": "turkiye.gov.tr'de kullanıcıların favori işlemlerini arama kutusunun altında listelemektedir.",
"version": "1.2",
"version": "1.3",
"icons": {
"16": "src/img/icon128.png",
"32": "src/img/icon128.png",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function App() {
<h1>e-Devlet Favoriler</h1>
</header>
<section>
<h3>Hakkında</h3>
<h3>Hakkında (v1.3)</h3>
<p>
Bu Chrome eklentisi, turkiye.gov.tr'de kullanıcıların favori
işlemlerini arama kutusunun altında listelemektedir.
Expand Down

0 comments on commit 8626f17

Please sign in to comment.