Skip to content

Commit

Permalink
Add build alias to package.json and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Apr 18, 2023
1 parent 4bfab51 commit d489569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "omeka-amazon-s3-storage-adapter",
"version": "1.0.0",
"version": "1.1.0",
"description": "S3 storage adapter for Omeka that provides an alternative to the Omeka_Storage_Adapter_ZendS3 which ships with the application.",
"main": "plugin.php",
"scripts": {
"dist": "grunt compress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit d489569

Please sign in to comment.