Skip to content

Commit

Permalink
Merge pull request #165 from cploutarchou/163-hotfix-unsupported-scan…
Browse files Browse the repository at this point in the history
…-storing-drivervalue-type-uint8-into-type-timetime

Update changelog and install script
  • Loading branch information
cploutarchou authored Feb 22, 2023
2 parents e701f6e + 2b056f3 commit 2c60e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Fix bug for mailgun api
- Fix bug for sendgrid api
- Fix bug for sendinblue api
- Fix bug for mysql and mariadb database for timestamp fields
- Update README.md
- Update install script
### Version 1.0.5
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
if [[ $(uname -m) == "x86_64" ]]; then
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-x86_64 &
spinner $!
mv microGo /Users/"$userDir"/go/bin/microGo
mv microGo-MacOS-x86_64 /Users/"$userDir"/go/bin/microGo
else
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-ARM64 &
spinner $!
Expand Down

0 comments on commit 2c60e7f

Please sign in to comment.