Skip to content

Commit

Permalink
Bump to deno v0.24,0
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Nov 15, 2019
1 parent 70e3fdd commit ca3725d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://www.travis-ci.org/manyuanrong/deno_mysql.svg?branch=master)](https://www.travis-ci.org/manyuanrong/deno_mysql)
![GitHub](https://img.shields.io/github/license/manyuanrong/deno_mysql.svg)
![GitHub release](https://img.shields.io/github/release/manyuanrong/deno_mysql.svg)
![(Deno)](https://img.shields.io/badge/deno-0.19.0-green.svg)
![(Deno)](https://img.shields.io/badge/deno-0.24.0-green.svg)

MySQL database driver for Deno.

Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { decode, encode } from "https://deno.land/std@v0.23.0/strings/mod.ts";
export { decode, encode } from "https://deno.land/std@v0.24.0/strings/mod.ts";
export { format as byteFormat } from "https://deno.land/x/[email protected]/mod.ts";
export { replaceParams } from "https://deno.land/x/[email protected]/util.ts";

0 comments on commit ca3725d

Please sign in to comment.