Skip to content

Commit d4356e7

Browse files
committed
version bump
1 parent 5f13986 commit d4356e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: erlang
22
sudo: false
33
otp_release:
44
# Test on all supported releases & some more
5-
- 21.1
6-
- 21.0
5+
- 22.0
6+
- 21.3
77
- 20.3
88
- 19.3
99
- 18.3

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2010-2014 Evan Miller
4-
Copyright (c) 2014-2018 ChicagoBoss Team and contributors
4+
Copyright (c) 2014-2019 ChicagoBoss Team and contributors
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ERL = erl
22
GIT = git
33
REBAR = rebar3
4-
REBAR_VER = 3.6.2
4+
REBAR_VER = 3.11.1
55

66
all: compile
77

src/tiny_pq.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, tiny_pq, [
22
{description, "TinyPQ: A simple priority queue based on gb_trees"},
3-
{vsn, "0.9.0"},
3+
{vsn, "0.9.1"},
44
{registered, []},
55
{modules, []},
66
{applications, [

0 commit comments

Comments
 (0)