소스 검색

Bump to 0.14.10 because rebar3 is inept

Apparently rebar3 can't generate a sane version number from Git tags and
adds a bunch of BS build number and ref tags which hex.pm then rejects.
Given that I can't find any documentation on how that works and reading
code is an exercise in over engineered abstractionism I've succumbed to
the demoralizing conclusion that I'll just have to go back to the dark
ages and maintain my versions both in source and in version control.
preencode-sketch 0.14.10
Paul J. Davis 8 년 전
부모
커밋
d596d890bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/jiffy.app.src

+ 1
- 1
src/jiffy.app.src 파일 보기

@ -1,6 +1,6 @@
{application, jiffy, [
{description, "JSON Decoder/Encoder."},
{vsn, git},
{vsn, "0.14.10"},
{registered, []},
{applications, [kernel, stdlib]},
{maintainers, ["Paul J. Davis"]},

불러오는 중...
취소
저장