Looks like it shows up now. Might have just needed some time.

On Wed, Jun 15, 2016 at 7:51 AM, Tom Kidd <[email protected]> wrote:

> Because I have a lot of links to share, I'll list them here first
> [1](https://github.com/tomjkidd/elm-multiway-tree-zipper)
> [2](
> https://github.com/tomjkidd/elm-multiway-tree-zipper/commit/3da7f53c58090ed27267c30c7bd49000d27210a6
> )
> [3](https://github.com/elm-lang/elm-package/blob/master/README.md)
> [4](
> https://github.com/tomjkidd/elm-multiway-tree-zipper/releases/tag/1.1.1)
> [5](http://package.elm-lang.org/)
> [6](
> http://package.elm-lang.org/packages/tomjkidd/elm-multiway-tree-zipper/1.1.1/
> )
>
> I wrote [1] initially using elm-version 0.16.0 <= 0.17.0
>
> I updated it to use elm-version 0.17.0 <= 0.18.0 and got it building with
> the 0.17 elm tools.
> [2] is a commit to the repo that updates the packages.json and .elm files
> to compile for me locally.
> I used the documentation of [3] to perform the following steps
>
> elm-package diff
>
> elm-package bump
>
> git tag -a 1.1.1 -m "Release to support Elm 0.17"
>
> git push --tags
>
> elm-package publish
>
>
> This created a tag of the commit at [4] and the publish command said it
> was successful with the following output
>
> Verifying tomjkidd/elm-multiway-tree-zipper 1.1.1 ...
> Version number 1.1.1 verified (PATCH change, 1.1.0 => 1.1.1)
> Success!
>
>
> When I go to [5] to search for it, it shows up in the list of packages not
> updated to 0.17.0, but I am able to find the documents for my updated
> version at [6]
>
> Is there anything else I need to do?
>
> I tried to use it in my dependencies locally for a test script, and it
> took until I finished writing this to compile, so I am guessing that it is
> available, but [5] is my only remaining concern.
>
> Any explanation would help.
>
> Thanks.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to