1
0
Fork 0

Tag new version

This commit is contained in:
Andrew Tomaka 2018-03-28 21:57:34 -04:00
parent 4343e2e9b4
commit c7e33266ec
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
PATH
remote: .
specs:
psenv (0.0.1)
psenv (0.1.0)
aws-sdk-ssm (~> 1)
psenv-rails (0.0.1)
psenv (= 0.0.1)
psenv-rails (0.1.0)
psenv (= 0.1.0)
railties (>= 3.2, < 5.2)
GEM
@ -31,7 +31,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
aws-partitions (1.71.0)
aws-partitions (1.72.0)
aws-sdk-core (3.17.1)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)

View File

@ -1,3 +1,3 @@
module Psenv
VERSION = "0.0.1".freeze
VERSION = "0.1.0".freeze
end