Skip to content

Commit

Permalink
Version bump: 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangds committed Apr 29, 2017
1 parent b5670a5 commit b1dbd1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flic"
version = "0.1.4"
version = "0.1.5"
authors = ["David Wang <millimillenary@gmail.com>"]
homepage = "https://github.com/wangds/libflic.git"
repository = "https://github.com/wangds/libflic.git"
Expand All @@ -21,10 +21,10 @@ doc = true
[dependencies]
byteorder = "1.0"
libc = "0.2"
quick-error = "1.1"
quick-error = "1.2"

[dev-dependencies]
sdl2 = "0.28"
sdl2 = "0.29"

[badges]
travis-ci = { repository = "wangds/libflic" }
2 changes: 1 addition & 1 deletion LICENCE-MIT.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 David Wang
Copyright (c) 2016-2017 David Wang

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down

0 comments on commit b1dbd1a

Please sign in to comment.