Skip to content

Commit

Permalink
Update version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed May 4, 2019
1 parent be5b63b commit 5df061d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
13 changes: 8 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
},
"Apache::Session::Browseable::PgHstore" : {
"file" : "lib/Apache/Session/Browseable/PgHstore.pm",
"version" : "v1.2.7"
"version" : "v1.3.0"
},
"Apache::Session::Browseable::PgJSON" : {
"file" : "lib/Apache/Session/Browseable/PgJSON.pm",
"version" : "v1.2.7"
"version" : "v1.2.9"
},
"Apache::Session::Browseable::Postgres" : {
"file" : "lib/Apache/Session/Browseable/Postgres.pm",
"version" : "v1.2.5"
"version" : "v1.3.1"
},
"Apache::Session::Browseable::Redis" : {
"file" : "lib/Apache/Session/Browseable/Redis.pm",
Expand Down Expand Up @@ -150,8 +150,11 @@
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
]
],
"repository" : {
"url" : "https://github.com/LemonLDAPNG/Apache-Session-Browseable"
}
},
"version" : "v1.3.0",
"version" : "v1.3.1",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
9 changes: 5 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ provides:
version: v1.2.2
Apache::Session::Browseable::PgHstore:
file: lib/Apache/Session/Browseable/PgHstore.pm
version: v1.2.7
version: v1.3.0
Apache::Session::Browseable::PgJSON:
file: lib/Apache/Session/Browseable/PgJSON.pm
version: v1.2.7
version: v1.2.9
Apache::Session::Browseable::Postgres:
file: lib/Apache/Session/Browseable/Postgres.pm
version: v1.2.5
version: v1.3.1
Apache::Session::Browseable::Redis:
file: lib/Apache/Session/Browseable/Redis.pm
version: v1.2.2
Expand Down Expand Up @@ -104,5 +104,6 @@ requires:
JSON: '0'
resources:
license: http://dev.perl.org/licenses/
version: v1.3.0
repository: https://github.com/LemonLDAPNG/Apache-Session-Browseable
version: v1.3.1
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit 5df061d

Please sign in to comment.