-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating a library does not update the version number right away #3904
Comments
I'll look at the version update issue. As for the dropdown, it's shown only when there is more than one newer version available. When there is just one choice, we left only one button and no dropdown |
Right. And if there is just one newer version but multiple older ones, is the dropdown also shown? |
yes |
Fixed. Fix will be available with next hourly build http://www.arduino.cc/en/Main/Software#hourly |
Maybe this hasn't been fixed or my problem loading 1.0.4 is slightly different. I have Arduino 1.6.7 nightly build 2015/12/15 12:43. |
@a4jp-com's problem ended up being unrelated to this issue and is explained here: #4307 (comment) I just checked and the version number display is working correctly in Arduino IDE 1.8.3 Library Manager so I'm closing this as solved. |
I had Adafruit CC3000 version 1.0.0 installed, and 1.0.3 has just been released. I went into the library manager, navigated to the library, clicked "Update", which did something and then still showed 1.0.0 as being installed. Only after closing and re-opening the library manager did it show 1.0.3 as installed, so I suspect the version number was not properly updated.
On a related note: I had expected there to be a version dropdown, but instead there was just an "Update" button. I can imagine it's useful to have an update button when you have an outdated version, but does that mean that you can only install a specific version when you're currently on the latest version? That might be cumbersome when you need older versions regularly. Note that I didn't test how this works exactly, I was just wondering.
The text was updated successfully, but these errors were encountered: