Skip to content

Commit

Permalink
chore: fix CI config, revert release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamTrz committed Apr 30, 2020
1 parent d2a8f3c commit 3a10d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ aliases:

- &filter-tag
tags:
only: /v\d+\.\d+\.\d+.*/
only: /Release \d+\.\d+\.\d+.*/
branches:
ignore: /.*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ios-kit",
"version": "0.1.0",
"version": "0.0.7",
"description": "The missing React Native UI Kit for iOS.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 3a10d0c

Please sign in to comment.