pusher / atom-pair

An Atom package that allows for epic pair programming
MIT License
1.45k stars 28 forks source link

Can't download version 3.0.0 #54

Closed nightscape closed 9 years ago

nightscape commented 9 years ago

Atom tells me that atom-pair can be updated to 3.0.0, but can't download the file from https://www.atom.io/api/packages/atom-pair/versions/3.0.0/tarball. The website also only mentions 2.0.0. Which one is correct?

Thanks! Martin

jpatel531 commented 9 years ago

Hi there! 2.0.0 is correct. There were some versioning issues later and I accidentally ended up publishing 3.0.0, which has been retracted. Maybe try restarting atom? Or just apm update atom-pair ?

nightscape commented 9 years ago

I tried apm update and restarting Atom, both still give me 3.0.0... I've also searched through ~/.atom in the hope that there might be some cached file that just has to be deleted, but didn't find anything so far...

nightscape commented 9 years ago

I also just tried starting with atom --safe and removing ~/.atom/storage didn't help either...

jpatel531 commented 9 years ago

Ah! try apm install atom-pair@2.0.0

jpatel531 commented 9 years ago

Apologies for the mixups - there might be some caching on apm's side of things

nightscape commented 9 years ago

Ok, manually specifying the version worked. Atom still shows the update for 3.0.0 which I'll ignore until that day arrives ;)) Thanks for your help!