Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel committed Apr 1, 2021
1 parent 7c29c79 commit 16d1ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ The translation is not affiliated with the original project.
If you are using dub, add this package as a dependency.
In `dub.sdl`:
```
dependency "glfw-d" version="~>1.0.2"
dependency "glfw-d" version="~>1.1.0"
```
In `dub.json`:
```
"dependencies": {
"glfw-d": "~>1.0.2"
"glfw-d": "~>1.1.0"
}
```

Expand Down

0 comments on commit 16d1ddb

Please sign in to comment.