Skip to content

Commit 2c60e7f

Browse files
authored
Merge pull request #165 from cploutarchou/163-hotfix-unsupported-scan-storing-drivervalue-type-uint8-into-type-timetime
Update changelog and install script
2 parents e701f6e + 2b056f3 commit 2c60e7f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Fix bug for mailgun api
44
- Fix bug for sendgrid api
55
- Fix bug for sendinblue api
6+
- Fix bug for mysql and mariadb database for timestamp fields
67
- Update README.md
78
- Update install script
89
### Version 1.0.5

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
3232
if [[ $(uname -m) == "x86_64" ]]; then
3333
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-x86_64 &
3434
spinner $!
35-
mv microGo /Users/"$userDir"/go/bin/microGo
35+
mv microGo-MacOS-x86_64 /Users/"$userDir"/go/bin/microGo
3636
else
3737
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-ARM64 &
3838
spinner $!

0 commit comments

Comments
 (0)