Skip to content

Commit

Permalink
Bump version in docs links to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jun 13, 2017
1 parent 1b57ae4 commit 60fab6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ACME.jl - Analog Circuit Modeling and Emulation for Julia

[![Join the chat at https://gitter.im/HSU-ANT/ACME.jl](https://badges.gitter.im/HSU-ANT/ACME.jl.svg)](https://gitter.im/HSU-ANT/ACME.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Documentation](https://img.shields.io/badge/docs-v0.3.0-blue.svg)](https://hsu-ant.github.io/ACME.jl/v0.3.0)
[![Documentation](https://img.shields.io/badge/docs-v0.4.0-blue.svg)](https://hsu-ant.github.io/ACME.jl/v0.4.0)

ACME is a [Julia](http://julialang.org/) package for the simulation of
electrical circuits, focusing on audio effect circuits. It allows to
Expand All @@ -19,7 +19,7 @@ Schematics"](http://www.eurasip.org/Proceedings/Eusipco/Eusipco2015/papers/15701
If you have not done so already, [download and install
Julia](http://julialang.org/downloads/). (Any version starting with 0.4 should
be fine; [earlier ACME
versions](https://github.com/HSU-ANT/ACME.jl/tree/v0.1.1) also support Julia
versions](https://github.com/HSU-ANT/ACME.jl/tree/v0.1.2) also support Julia
0.3.)

To install ACME, start Julia and run:
Expand Down Expand Up @@ -123,7 +123,7 @@ fail to run altogether.

## Moving on

There is some [documentation](https://hsu-ant.github.io/ACME.jl/v0.3.0)
There is some [documentation](https://hsu-ant.github.io/ACME.jl/v0.4.0)
available for how
to use ACME. Additionally, you can take a look at the examples that can be found
in the `examples` directory below `Pkg.dir("ACME")`.
Expand Down

0 comments on commit 60fab6e

Please sign in to comment.