Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Bumping minor version
Browse files Browse the repository at this point in the history
Adding encrypted API key support warrants a minor version bump.
  • Loading branch information
jlhood committed Mar 12, 2018
1 parent 6970a3a commit bf923b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Resources:
TwitterSearchPoller:
Type: AWS::Serverless::Function
Properties:
CodeUri: target/aws-serverless-twitter-event-source-1.0.3-SNAPSHOT.jar
CodeUri: target/aws-serverless-twitter-event-source-1.1.0-SNAPSHOT.jar
Runtime: java8
Handler: com.amazonaws.serverless.twittereventsource.lambda.TwitterSearchPollerHandler::handleRequest
Tracing: Active
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.amazonaws.serverless</groupId>
<artifactId>aws-serverless-twitter-event-source</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>aws-serverless-twitter-event-source</name>
Expand Down

0 comments on commit bf923b9

Please sign in to comment.