Compare commits

...

2 commits

Author SHA1 Message Date
f2db68d186
chore(extension): bump version number for release
All checks were successful
Build extension ZIP / Build extension (push) Successful in 1m33s
2024-03-11 09:38:55 +00:00
e4dac39e93
fix(extension): i am a bit silly 2024-03-11 09:38:38 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
{
"manifest_version": 2,
"name": "aci",
"version": "0.2.0",
"version": "0.2.1",
"description": "auto checkin",
"content_scripts":[
{

View file

@ -1,2 +1,2 @@
//this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev';
this.SERVER_URL = 'http://localhost:8000';
this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev';
//this.SERVER_URL = 'http://localhost:8000';