#!/bin/bash

DIR=$(dirname "${BASH_SOURCE[0]}")
cat ${DIR}/manifest.json.in | sed "s/@VERSION@/${1}/" > ${DIR}/manifest.json
