Skip to content

Commit

Permalink
v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmitt committed Jul 31, 2015
1 parent 43206d0 commit e86086c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heatseeker"
version = "1.2.0"
version = "1.3.0"
authors = ["Ryan Schmitt <[email protected]>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ nnoremap <leader>b :call HeatseekerBuffer()<cr>

## Building

Building Heatseeker requires Rust 1.0.0 stable or later. Perform the build by invoking:
Building Heatseeker requires Rust 1.1.0 stable or later. Perform the build by invoking:

```
$ cargo build --release
Expand Down
2 changes: 1 addition & 1 deletion heatseeker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>heatseeker</id>
<version>1.1.1</version>
<version>1.3.0</version>
<title>Heatseeker</title>
<authors>Ryan Schmitt</authors>
<owners>Ryan Schmitt</owners>
Expand Down

0 comments on commit e86086c

Please sign in to comment.