Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geolessel committed Jul 10, 2017
1 parent f96e0a7 commit f877d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies in `mix.exs`:

```elixir
def deps do
[{:react_phoenix, "~> 0.4.2"}]
[{:react_phoenix, "~> 0.4.3"}]
end
```

Expand Down Expand Up @@ -121,7 +121,7 @@ end

### 5. (optional) Enable server-side rendering

**As of v0.4.2, Server-side rendering is currently not working as intended. While I work on returning
**As of v0.4, Server-side rendering is currently not working as intended. While I work on returning
this functionality, client-side rendering is working fine. The issue is making sure that each component
that needs to be rendered server-side has ALL the needed javascript libraries included inside the
component file. I'm attempting to find a way to do this with brunch and then make it easy to use
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ReactPhoenix.Mixfile do
use Mix.Project

@version "0.4.2"
@version "0.4.3"
@source_url "https://github.com/geolessel/react-phoenix"

def project do
Expand Down

0 comments on commit f877d4a

Please sign in to comment.