Closed
Description
The thought here is for LIB MANAGER to allow several version of a given library and let users choose when they want to move their code up/down.
At the moment libraries are stored in something like this
libraries
libABC
file1
file2
libDEF
file1
file2
Supporting something like the following would allow different versions to coexist together without forcing all user sketches to share a single version
libraries
libABC
1.0.1
file1
file2
1.0.8
file1
file2
libDEF
2.0.0
file1
file2
#4064 has more info