Browse Source

Popped the version information up everywhere

master
Archivist 5 years ago
parent
commit
e01afbe7c4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      shard.yml
  2. +1
    -1
      src/crystal-scatter/version.cr

+ 1
- 1
shard.yml View File

@ -1,5 +1,5 @@
name: crystal-scatter
version: 0.1.0
version: 0.1.0-rc1
authors:
- Ludovic 'Archivist' Lagouardette <lagouardette.ludovic@gmail.com>

+ 1
- 1
src/crystal-scatter/version.cr View File

@ -1,3 +1,3 @@
module Crystal::Scatter
VERSION = "0.1.0"
VERSION = "0.1.0-rc1"
end

Loading…
Cancel
Save