Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-16 19:05:04 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-16 19:05:04 +0300
commitcf042344cf5b4d6f38bf6885394cb9fb7d07b214 (patch)
tree06b1be8ab7bdb319b613608ae2dbbf15706e94e2
parent6e3fd68fd7718f8d90f2bd7aa228ead818659858 (diff)
Tag v 6.0.0-beta.34v6.0.0-beta.34
-rw-r--r--Makefile2
-rw-r--r--composer.json2
-rw-r--r--composer.lock4
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 83f07e85..4a28333d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install:
update_version:
@echo "Current version is " ${VERSION}
@echo "Next version is " $(v)
- sed -i s/"$(VERSION)"/"$(v)"/g composer.json
+ @sed -i s/"$(VERSION)"/"$(v)"/g composer.json
composer update nothing --lock --root-reqs
tag_and_push:
diff --git a/composer.json b/composer.json
index e435de5d..1b627de4 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-beta.33",
+ "version": "6.0.0-beta.34",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": "MIT",
diff --git a/composer.lock b/composer.lock
index 6358fa62..8c6e3d63 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "709df941ab0685d2c7a4828952ee8c10",
+ "content-hash": "4381b11322c2353f186c0e56d821f821",
"packages": [
{
"name": "adodb/adodb-php",