Skip to content

Commit

Permalink
chore: Improve APM Repo version creation notice (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui authored and sohkai committed Apr 5, 2019
1 parent 6c7da96 commit 2bfd50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/apm/APMRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract APMRegistry is AragonApp, AppProxyFactory, APMInternalAppNames {
}

/**
* @notice Create new repo in registry with `_name` and first repo version
* @notice Create new repo in registry with `_name` and publish a first version with contract `_contractAddress` and content `@fromHex(_contentURI)`
* @param _name Repo name
* @param _dev Address that will be given permission to create versions
* @param _initialSemanticVersion Semantic version for new repo version
Expand Down
2 changes: 1 addition & 1 deletion contracts/apm/Repo.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract Repo is AragonApp {
}

/**
* @notice Create new version for repo
* @notice Create new version with contract `_contractAddress` and content `@fromHex(_contentURI)`
* @param _newSemanticVersion Semantic version for new repo version
* @param _contractAddress address for smart contract logic for version (if set to 0, it uses last versions' contractAddress)
* @param _contentURI External URI for fetching new version's content
Expand Down

0 comments on commit 2bfd50a

Please sign in to comment.