Skip to content

Commit 2040390

Browse files
committed
remove references to the beta
1 parent 5a009d9 commit 2040390

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ See the [getting started guide](https://hexdocs.pm/scenic/getting_started.html)
1717

1818

1919
# Current Status! __Important!__
20-
Version 0.11 is a major upgrade. There are numerous breaking changes. The docs have been upgraded, but will get another pass before it leaves beta. The upgrade guide (in the docs) explains the major pieces.
20+
Version 0.11 is a major upgrade. There are numerous breaking changes. Please read the upgrade guide in the docs.
2121

2222
__READ THAT FIRST__
2323

2424

25-
Please note that when v.11 is out of beta it will move into the /ScenicFramework org on GitHub...
25+
Please note that when v.11 is now in the /ScenicFramework org on GitHub...
2626

2727

2828
## Goals

guides/upgrading_to_v0.11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Version v0.11 is a MAJOR overhaul from the top to the bottom. For the first time, Scenic feels like something approaching a 1.0 in design.
66

7-
This guide is a good first pass. As you use it in the Beta, if you see things that need improving, please contribute!
7+
This guide is a good first pass. If you see things that need improving, please contribute!
88

99

1010
* `Scenic.Cache` is gone. It is replaced by a **much** easier to use asset pipeline.
@@ -72,8 +72,8 @@ Now that the Kry10 Operating System is operational (Scenic long awaited design t
7272
Delete your old scenic dependencies in `mix.exs`, they now look like this:
7373

7474
```
75-
{:scenic, "~> 0.11.0-beta.0"},
76-
{:scenic_driver_local, "~> 0.11.0-beta.0"},
75+
{:scenic, "~> 0.11.0"},
76+
{:scenic_driver_local, "~> 0.11.0"},
7777
```
7878

7979
You may need to use `mix deps.clean --all` and/or `mix deps.unlock` to get it to work.
@@ -380,7 +380,7 @@ You can also specify new textures to be cleared with a specific color and/or com
380380
381381
## Standard Driver
382382
383-
The new standard render driver for all Scenic apps is `:scenic_driver_local`, which is being published to hex at roughly the same time as the beta for Scenic v0.11.
383+
The new standard render driver for all Scenic apps is `:scenic_driver_local`.
384384
385385
Both `:scenic_driver_glfw` and `:scenic_drives_nerves_rpi` are retired.
386386

guides/welcome.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ be used to build portable applications.
1212

1313
If you have used versions before v0.11, please see the [Upgrading to v0.11 Guide](upgrading_to_v0-11.html).
1414

15-
This is a beta of v0.11. Documentation has been updated, but may still need changes. Please pitch in with
16-
a PR, or at least a note, if you see something that needs improving.
17-
1815
## How to get started?
1916

2017
If you are new to Scenic, then you should read the following guides.

0 commit comments

Comments
 (0)